Class CharPredicates.NotCharPredicate

java.lang.Object
org.eclipse.collections.impl.block.factory.primitive.CharPredicates.NotCharPredicate
All Implemented Interfaces:
Serializable, CharPredicate
Enclosing class:
CharPredicates

private static final class CharPredicates.NotCharPredicate extends Object implements CharPredicate
  • Field Details

  • Constructor Details

    • NotCharPredicate

      private NotCharPredicate(CharPredicate negate)
  • Method Details

    • accept

      public boolean accept(char actual)
      Specified by:
      accept in interface CharPredicate