sesl.androidx
Toggle table of contents
main
Platform filter
main
Switch theme
Search in API
sesl.androidx
appcompat
/
androidx.appcompat.testutils
/
TestUtils
/
Predicate
Predicate
interface
Predicate
<
T
>
(
source
)
Substitute for Java 8 predicate until everyone moves to Java 8.
Members
Functions
test
Link copied to clipboard
abstract
fun
test
(
t
:
T
)
:
Boolean