Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.CharPredicate
-
Packages that use CharPredicate Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.org.eclipse.collections.api.bag.primitive This package contains API for Primitive Bags with Mutable and Immutable variants.org.eclipse.collections.api.collection.primitive This package contains mutable and immutable primitive collection API.org.eclipse.collections.api.list.primitive This package contains mutable and immutable primitive list API.org.eclipse.collections.api.map.primitive This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.org.eclipse.collections.api.ordered.primitive org.eclipse.collections.api.set.primitive This package contains API for mutable and immutable primitive sets.org.eclipse.collections.api.stack.primitive This package contains mutable and immutable primitive stack API. -
-
Uses of CharPredicate in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type CharPredicate Modifier and Type Method Description booleanCharIterable. allSatisfy(CharPredicate predicate)Returns true if all of the elements in the CharIterable return true for the specified predicate, otherwise returns false.booleanCharIterable. anySatisfy(CharPredicate predicate)Returns true if any of the elements in the CharIterable return true for the specified predicate, otherwise returns false.intCharIterable. count(CharPredicate predicate)Returns a count of the number of elements in the CharIterable that return true for the specified predicate.charCharIterable. detectIfNone(CharPredicate predicate, char ifNone)default booleanCharIterable. noneSatisfy(CharPredicate predicate)Returns true if none of the elements in the CharIterable return true for the specified predicate, otherwise returns false.CharIterableCharIterable. reject(CharPredicate predicate)Returns a new CharIterable with all of the elements in the CharIterable that return false for the specified predicate.default <R extends MutableCharCollection>
RCharIterable. reject(CharPredicate predicate, R target)Same asCharIterable.reject(CharPredicate), only the results are added to the target MutableCharCollection.LazyCharIterableLazyCharIterable. reject(CharPredicate predicate)CharIterableCharIterable. select(CharPredicate predicate)Returns a new CharIterable with all of the elements in the CharIterable that return true for the specified predicate.default <R extends MutableCharCollection>
RCharIterable. select(CharPredicate predicate, R target)Same asCharIterable.select(CharPredicate), only the results are added to the target MutableCharCollection.LazyCharIterableLazyCharIterable. select(CharPredicate predicate) -
Uses of CharPredicate in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive with parameters of type CharPredicate Modifier and Type Method Description CharBagCharBag. reject(CharPredicate predicate)ImmutableCharBagImmutableCharBag. reject(CharPredicate predicate)MutableCharBagMutableCharBag. reject(CharPredicate predicate)CharBagCharBag. select(CharPredicate predicate)ImmutableCharBagImmutableCharBag. select(CharPredicate predicate)MutableCharBagMutableCharBag. select(CharPredicate predicate) -
Uses of CharPredicate in org.eclipse.collections.api.collection.primitive
Methods in org.eclipse.collections.api.collection.primitive with parameters of type CharPredicate Modifier and Type Method Description ImmutableCharCollectionImmutableCharCollection. reject(CharPredicate predicate)MutableCharCollectionMutableCharCollection. reject(CharPredicate predicate)default booleanMutableCharCollection. removeIf(CharPredicate predicate)ImmutableCharCollectionImmutableCharCollection. select(CharPredicate predicate)MutableCharCollectionMutableCharCollection. select(CharPredicate predicate) -
Uses of CharPredicate in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive with parameters of type CharPredicate Modifier and Type Method Description CharListCharList. reject(CharPredicate predicate)ImmutableCharListImmutableCharList. reject(CharPredicate predicate)MutableCharListMutableCharList. reject(CharPredicate predicate)CharListCharList. select(CharPredicate predicate)ImmutableCharListImmutableCharList. select(CharPredicate predicate)MutableCharListMutableCharList. select(CharPredicate predicate) -
Uses of CharPredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type CharPredicate Modifier and Type Method Description CharBagCharValuesMap. reject(CharPredicate predicate)ImmutableCharBagImmutableByteCharMap. reject(CharPredicate predicate)ImmutableCharBagImmutableCharCharMap. reject(CharPredicate predicate)ImmutableCharBagImmutableDoubleCharMap. reject(CharPredicate predicate)ImmutableCharBagImmutableFloatCharMap. reject(CharPredicate predicate)ImmutableCharBagImmutableIntCharMap. reject(CharPredicate predicate)ImmutableCharBagImmutableLongCharMap. reject(CharPredicate predicate)ImmutableCharCollectionImmutableObjectCharMap. reject(CharPredicate predicate)ImmutableCharBagImmutableShortCharMap. reject(CharPredicate predicate)MutableCharBagMutableCharValuesMap. reject(CharPredicate predicate)MutableCharCollectionMutableObjectCharMap. reject(CharPredicate predicate)CharBagCharValuesMap. select(CharPredicate predicate)ImmutableCharBagImmutableByteCharMap. select(CharPredicate predicate)ImmutableCharBagImmutableCharCharMap. select(CharPredicate predicate)ImmutableCharBagImmutableDoubleCharMap. select(CharPredicate predicate)ImmutableCharBagImmutableFloatCharMap. select(CharPredicate predicate)ImmutableCharBagImmutableIntCharMap. select(CharPredicate predicate)ImmutableCharBagImmutableLongCharMap. select(CharPredicate predicate)ImmutableCharCollectionImmutableObjectCharMap. select(CharPredicate predicate)ImmutableCharBagImmutableShortCharMap. select(CharPredicate predicate)MutableCharBagMutableCharValuesMap. select(CharPredicate predicate)MutableCharCollectionMutableObjectCharMap. select(CharPredicate predicate) -
Uses of CharPredicate in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive with parameters of type CharPredicate Modifier and Type Method Description OrderedCharIterableOrderedCharIterable. reject(CharPredicate predicate)ReversibleCharIterableReversibleCharIterable. reject(CharPredicate predicate)OrderedCharIterableOrderedCharIterable. select(CharPredicate predicate)ReversibleCharIterableReversibleCharIterable. select(CharPredicate predicate) -
Uses of CharPredicate in org.eclipse.collections.api.set.primitive
Methods in org.eclipse.collections.api.set.primitive with parameters of type CharPredicate Modifier and Type Method Description CharSetCharSet. reject(CharPredicate predicate)ImmutableCharSetImmutableCharSet. reject(CharPredicate predicate)MutableCharSetMutableCharSet. reject(CharPredicate predicate)CharSetCharSet. select(CharPredicate predicate)ImmutableCharSetImmutableCharSet. select(CharPredicate predicate)MutableCharSetMutableCharSet. select(CharPredicate predicate) -
Uses of CharPredicate in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive with parameters of type CharPredicate Modifier and Type Method Description CharStackCharStack. reject(CharPredicate predicate)ImmutableCharStackImmutableCharStack. reject(CharPredicate predicate)MutableCharStackMutableCharStack. reject(CharPredicate predicate)CharStackCharStack. select(CharPredicate predicate)ImmutableCharStackImmutableCharStack. select(CharPredicate predicate)MutableCharStackMutableCharStack. select(CharPredicate predicate)
-