Class ManyValuesIntegerComparisonPredicate

  • All Implemented Interfaces:
    IntPredicate

    public class ManyValuesIntegerComparisonPredicate
    extends Object
    implements IntPredicate
    Predicate that returns true if the test integer is greater than 1.
    • Constructor Detail

      • ManyValuesIntegerComparisonPredicate

        public ManyValuesIntegerComparisonPredicate()
    • Method Detail

      • test

        public boolean test​(int value)
        Specified by:
        test in interface IntPredicate