arrow-core-data / arrow.core / Either / cond

cond

fun <L, R> ~~cond~~(test: Boolean, ifTrue: () -> R, ifFalse: () -> L): Either<L, R> Deprecated: Use conditionally since the parameter order is consistent with Either class

Do you like Arrow?

Arrow Org
<