package

androidx.window.extensions.core.util.function

Interfaces

Consumer<T>Represents a function that accepts an argument and produces no result.
Function<T, R>Represents a function that accepts an argument and produces a result.
Predicate<T>Represents a predicate boolean-valued function of one argument.