Class PX1<E1>
- java.lang.Object
-
- org.apache.ignite.internal.util.lang.IgnitePredicateX<E1>
-
- org.apache.ignite.internal.util.typedef.PX1<E1>
-
- Type Parameters:
E1- Type of the free variable, i.e. the element the predicate is called on.
- All Implemented Interfaces:
Serializable,IgnitePredicate<E1>
public abstract class PX1<E1> extends IgnitePredicateX<E1>
DefinesaliasforIgnitePredicateXby 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 seeIgnitePredicateX.- See Also:
GridFunc,IgnitePredicateX, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PX1()
-