Predicate
interface Predicate<T : Any!>
androidx.core.util.Predicate |
Compat version of java.util.function.Predicate
Summary
Public methods | |
---|---|
abstract Boolean |
test(t: T) Evaluates this predicate on the given argument. |
interface Predicate<T : Any!>
androidx.core.util.Predicate |
Compat version of java.util.function.Predicate
Public methods | |
---|---|
abstract Boolean |
test(t: T) Evaluates this predicate on the given argument. |
Content and code samples on this page are subject to the licenses described in the Content License. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-07-22 UTC.