- All Implemented Interfaces:
Predicate<Object>
A function that tests whether an object is null.
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
IsNullPredicate
public IsNullPredicate()
-
Method Details
-
test
public boolean test(Object toTest)
Performs the test.
- Specified by:
test
in interface Predicate<Object>
- Parameters:
toTest
- the object to test
- Returns:
- true if the test is successful