Class Functional.NotNull<X>
- java.lang.Object
-
- org.benf.cfr.reader.util.collections.Functional.NotNull<X>
-
- All Implemented Interfaces:
Predicate<X>
- Enclosing class:
- Functional
public static class Functional.NotNull<X> extends java.lang.Object implements Predicate<X>
-
-
Constructor Summary
Constructors Constructor Description NotNull()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
test(X in)
-