Package akka.japi.pf
Interface FI.TypedPredicate<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
defined(T t)
The predicate to evaluate.
-
-
-
Method Detail
-
defined
boolean defined(T t)
The predicate to evaluate.- Parameters:
t
- an instance that the predicate is evaluated on.- Returns:
- the result of the predicate
-
-