arrow-core / arrow.core.extensions.validated.order / arrow.core.Validated

Extensions for arrow.core.Validated

compareTo fun <L, R> Validated<L, R>.~~compareTo~~(OL: Order<L>, OR: Order<R>, arg1: Validated<L, R>): Int
eqv fun <L, R> Validated<L, R>.~~eqv~~(OL: Order<L>, OR: Order<R>, arg1: Validated<L, R>): Boolean
gt fun <L, R> Validated<L, R>.~~gt~~(OL: Order<L>, OR: Order<R>, arg1: Validated<L, R>): Boolean
gte fun <L, R> Validated<L, R>.~~gte~~(OL: Order<L>, OR: Order<R>, arg1: Validated<L, R>): Boolean
lt fun <L, R> Validated<L, R>.~~lt~~(OL: Order<L>, OR: Order<R>, arg1: Validated<L, R>): Boolean
lte fun <L, R> Validated<L, R>.~~lte~~(OL: Order<L>, OR: Order<R>, arg1: Validated<L, R>): Boolean
max fun <L, R> Validated<L, R>.~~max~~(OL: Order<L>, OR: Order<R>, arg1: Validated<L, R>): Validated<L, R>
min fun <L, R> Validated<L, R>.~~min~~(OL: Order<L>, OR: Order<R>, arg1: Validated<L, R>): Validated<L, R>
order fun <L, R> Validated.Companion.~~order~~(OL: Order<L>, OR: Order<R>): ValidatedOrder<L, R>
sort fun <L, R> Validated<L, R>.~~sort~~(OL: Order<L>, OR: Order<R>, arg1: Validated<L, R>): Tuple2<Validated<L, R>, Validated<L, R>>

Do you like Arrow?

Arrow Org
<