fromBiConsumer

fun <T, U> fromBiConsumer(callable: BiConsumer<T, U>): (T, U) -> Unit

Sources

(source)
Link copied to clipboard