Interface P3<T1,T2,T3>
-
- Type Parameters:
T1- Type of the first free variable, i.e. the element the closure is called on.T2- Type of the second free variable, i.e. the element the closure is called on.T3- Type of the third free variable, i.e. the element the closure is called on.
- All Superinterfaces:
GridPredicate3<T1,T2,T3>
public interface P3<T1,T2,T3> extends GridPredicate3<T1,T2,T3>
DefinesaliasforGridPredicate3by 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 seeGridPredicate3.- See Also:
GridFunc,GridPredicate3
-
-
Method Summary
-
Methods inherited from interface org.apache.ignite.internal.util.lang.GridPredicate3
apply
-
-