Class LongPredicates.LongIsNegative

  • All Implemented Interfaces:
    java.io.Serializable, java.util.function.Predicate<java.lang.Long>, Predicate<java.lang.Long>
    Enclosing class:
    LongPredicates

    private static class LongPredicates.LongIsNegative
    extends Predicates<java.lang.Long>
    • Constructor Detail

      • LongIsNegative

        private LongIsNegative()
    • Method Detail

      • accept

        public boolean accept​(java.lang.Long l)