boolean test()

in tools/CompositePredicate.java [32:34]


            boolean test(boolean val) {
                return !val;
            }