Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.BytePredicate
-
Packages that use BytePredicate 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 BytePredicate in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type BytePredicate Modifier and Type Method Description booleanByteIterable. allSatisfy(BytePredicate predicate)Returns true if all of the elements in the ByteIterable return true for the specified predicate, otherwise returns false.booleanByteIterable. anySatisfy(BytePredicate predicate)Returns true if any of the elements in the ByteIterable return true for the specified predicate, otherwise returns false.intByteIterable. count(BytePredicate predicate)Returns a count of the number of elements in the ByteIterable that return true for the specified predicate.byteByteIterable. detectIfNone(BytePredicate predicate, byte ifNone)default booleanByteIterable. noneSatisfy(BytePredicate predicate)Returns true if none of the elements in the ByteIterable return true for the specified predicate, otherwise returns false.ByteIterableByteIterable. reject(BytePredicate predicate)Returns a new ByteIterable with all of the elements in the ByteIterable that return false for the specified predicate.default <R extends MutableByteCollection>
RByteIterable. reject(BytePredicate predicate, R target)Same asByteIterable.reject(BytePredicate), only the results are added to the target MutableByteCollection.LazyByteIterableLazyByteIterable. reject(BytePredicate predicate)ByteIterableByteIterable. select(BytePredicate predicate)Returns a new ByteIterable with all of the elements in the ByteIterable that return true for the specified predicate.default <R extends MutableByteCollection>
RByteIterable. select(BytePredicate predicate, R target)Same asByteIterable.select(BytePredicate), only the results are added to the target MutableByteCollection.LazyByteIterableLazyByteIterable. select(BytePredicate predicate) -
Uses of BytePredicate in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive with parameters of type BytePredicate Modifier and Type Method Description ByteBagByteBag. reject(BytePredicate predicate)ImmutableByteBagImmutableByteBag. reject(BytePredicate predicate)MutableByteBagMutableByteBag. reject(BytePredicate predicate)ByteBagByteBag. select(BytePredicate predicate)ImmutableByteBagImmutableByteBag. select(BytePredicate predicate)MutableByteBagMutableByteBag. select(BytePredicate predicate) -
Uses of BytePredicate in org.eclipse.collections.api.collection.primitive
Methods in org.eclipse.collections.api.collection.primitive with parameters of type BytePredicate Modifier and Type Method Description ImmutableByteCollectionImmutableByteCollection. reject(BytePredicate predicate)MutableByteCollectionMutableByteCollection. reject(BytePredicate predicate)default booleanMutableByteCollection. removeIf(BytePredicate predicate)ImmutableByteCollectionImmutableByteCollection. select(BytePredicate predicate)MutableByteCollectionMutableByteCollection. select(BytePredicate predicate) -
Uses of BytePredicate in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive with parameters of type BytePredicate Modifier and Type Method Description ByteListByteList. reject(BytePredicate predicate)ImmutableByteListImmutableByteList. reject(BytePredicate predicate)MutableByteListMutableByteList. reject(BytePredicate predicate)ByteListByteList. select(BytePredicate predicate)ImmutableByteListImmutableByteList. select(BytePredicate predicate)MutableByteListMutableByteList. select(BytePredicate predicate) -
Uses of BytePredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type BytePredicate Modifier and Type Method Description ByteBagByteValuesMap. reject(BytePredicate predicate)ImmutableByteBagImmutableByteByteMap. reject(BytePredicate predicate)ImmutableByteBagImmutableCharByteMap. reject(BytePredicate predicate)ImmutableByteBagImmutableDoubleByteMap. reject(BytePredicate predicate)ImmutableByteBagImmutableFloatByteMap. reject(BytePredicate predicate)ImmutableByteBagImmutableIntByteMap. reject(BytePredicate predicate)ImmutableByteBagImmutableLongByteMap. reject(BytePredicate predicate)ImmutableByteCollectionImmutableObjectByteMap. reject(BytePredicate predicate)ImmutableByteBagImmutableShortByteMap. reject(BytePredicate predicate)MutableByteBagMutableByteValuesMap. reject(BytePredicate predicate)MutableByteCollectionMutableObjectByteMap. reject(BytePredicate predicate)ByteBagByteValuesMap. select(BytePredicate predicate)ImmutableByteBagImmutableByteByteMap. select(BytePredicate predicate)ImmutableByteBagImmutableCharByteMap. select(BytePredicate predicate)ImmutableByteBagImmutableDoubleByteMap. select(BytePredicate predicate)ImmutableByteBagImmutableFloatByteMap. select(BytePredicate predicate)ImmutableByteBagImmutableIntByteMap. select(BytePredicate predicate)ImmutableByteBagImmutableLongByteMap. select(BytePredicate predicate)ImmutableByteCollectionImmutableObjectByteMap. select(BytePredicate predicate)ImmutableByteBagImmutableShortByteMap. select(BytePredicate predicate)MutableByteBagMutableByteValuesMap. select(BytePredicate predicate)MutableByteCollectionMutableObjectByteMap. select(BytePredicate predicate) -
Uses of BytePredicate in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive with parameters of type BytePredicate Modifier and Type Method Description OrderedByteIterableOrderedByteIterable. reject(BytePredicate predicate)ReversibleByteIterableReversibleByteIterable. reject(BytePredicate predicate)OrderedByteIterableOrderedByteIterable. select(BytePredicate predicate)ReversibleByteIterableReversibleByteIterable. select(BytePredicate predicate) -
Uses of BytePredicate in org.eclipse.collections.api.set.primitive
Methods in org.eclipse.collections.api.set.primitive with parameters of type BytePredicate Modifier and Type Method Description ByteSetByteSet. reject(BytePredicate predicate)ImmutableByteSetImmutableByteSet. reject(BytePredicate predicate)MutableByteSetMutableByteSet. reject(BytePredicate predicate)ByteSetByteSet. select(BytePredicate predicate)ImmutableByteSetImmutableByteSet. select(BytePredicate predicate)MutableByteSetMutableByteSet. select(BytePredicate predicate) -
Uses of BytePredicate in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive with parameters of type BytePredicate Modifier and Type Method Description ByteStackByteStack. reject(BytePredicate predicate)ImmutableByteStackImmutableByteStack. reject(BytePredicate predicate)MutableByteStackMutableByteStack. reject(BytePredicate predicate)ByteStackByteStack. select(BytePredicate predicate)ImmutableByteStackImmutableByteStack. select(BytePredicate predicate)MutableByteStackMutableByteStack. select(BytePredicate predicate)
-