arrow-core / arrow.core.extensions.either.order / arrow.core.Either / max
@JvmName("max") fun <L, R> Either<L, R>.~~max~~(OL: Order<L>, OR: Order<R>, arg1: Either<L, R>): Either<L, R>
Deprecated: Order is deprecated in favor of compareTo(), since Kotlin’s Std doesn’t take Order into account
Do you like Arrow?
✖