Class IsNullPredicate

    • Constructor Detail

      • IsNullPredicate

        public IsNullPredicate()
    • Method Detail

      • test

        public boolean test​(Object toTest)
        Description copied from interface: Predicate
        Performs the test.
        Specified by:
        test in interface Predicate<Object>
        Parameters:
        toTest - the object to test
        Returns:
        true if the test is successful