boolean test()

in tools/CompositePredicate.java [20:22]


            boolean test(boolean val) {
                return val;
            }