Package net.sf.jstuff.core.functional
Class Predicates.Null<V>
java.lang.Object
net.sf.jstuff.core.functional.Predicates.AbstractPredicate<V>
net.sf.jstuff.core.functional.Predicates.Null<V>
- All Implemented Interfaces:
Serializable
,Predicate<V>
,Predicate2<V>
- Enclosing class:
- Predicates
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.sf.jstuff.core.functional.Predicates.AbstractPredicate
toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.sf.jstuff.core.functional.Predicate2
and2, or2
-
Constructor Details
-
Null
public Null()
-
-
Method Details
-
test
-