Interface P1<E1>
-
- Type Parameters:
E1- Type of the free variable, i.e. the element the predicate is called on.
- All Superinterfaces:
IgnitePredicate<E1>,Serializable
public interface P1<E1> extends IgnitePredicate<E1>
DefinesaliasforIgnitePredicateby extending it. Since Java doesn't provide type aliases (like Scala, for example) we resort to these types of measures. This is intended to provide for more concise code in cases when readability won't be sacrificed. For more information seeIgnitePredicate.- See Also:
GridFunc,IgnitePredicate
-
-
Method Summary
-
Methods inherited from interface org.apache.ignite.lang.IgnitePredicate
apply
-
-