Interface PA
-
- All Superinterfaces:
GridAbsPredicate
public interface PA extends GridAbsPredicate
DefinesaliasforGridAbsPredicateby 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 seeGridAbsPredicate.- See Also:
GridFunc,GridAbsPredicate
-
-
Method Summary
-
Methods inherited from interface org.apache.ignite.internal.util.lang.GridAbsPredicate
apply
-
-