Package-level declarations

Types

Link copied to clipboard
fun interface BiFunction<T, U, R>

Interface for simple functions with two arguments.

Link copied to clipboard
fun interface Consumer<V>

Interface for consuming values.

Link copied to clipboard
fun interface Function<T, R>

Interface for simple functions.

Link copied to clipboard
fun interface Producer<V>

Interface for producing values.