Back to Acra

Predicate

web/static/javadoc/5.6.2/org/acra/util/Predicate.html

latest2.2 KB
Original Source

Skip navigation links

org.acra.util

Interface Predicate<T>

  • Functional Interface:This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

[@FunctionalInterface](http://d.android.com/reference/java/lang/FunctionalInterface.html?is-external=true "class or interface in java.lang")public interfacePredicate\<T\>

Since:19.07.18

Method Summary

All Methods Instance Methods Abstract Methods | Modifier and Type | Method and Description | | --- | --- | | boolean | apply(T t) |

Method Detail

- 

apply

boolean apply([T](../../../org/acra/util/Predicate.html "type parameter in Predicate")t)

Skip navigation links