arrow-core-data / arrow.core / kotlin.Function1
andThen | infix fun <A, B, C> ((A) -> B).andThen(g: (B) -> C): (A) -> C |
compose | infix fun <A, B, C> ((B) -> C).compose(f: (A) -> B): (A) -> C |
mapNullable | fun <T : Any > Predicate <T>.mapNullable(): (T?) -> Boolean |
Do you like Arrow?
✖