androidx.window.extensions.core.util.function
Interfaces
Consumer |
Represents a function that accepts an argument and produces no result. |
Function |
Represents a function that accepts an argument and produces a result. |
Predicate |
Represents a predicate boolean-valued function of one argument. |