Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.ShortPredicate
Packages that use ShortPredicate
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains API for Primitive Bags with Mutable and Immutable variants.
This package contains mutable and immutable primitive collection API.
This package contains mutable and immutable primitive list API.
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
This package contains API for mutable and immutable primitive sets.
This package contains mutable and immutable primitive stack API.
This package contains implementations of the mutable primitive bag interfaces.
This package contains factory implementations for primitive functions, primitive predicates, primitive procedures and primitive comparators.
This package contains implementations of primitive functions.
This package contains implementations of primitive procedures.
This package contains implementations of the mutable primitive collection interfaces.
This package contains implementations of the lazy primitive iterator interfaces.
This package contains implementations of the mutable primitive list interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the mutable primitive set interfaces.
This package contains implementations of the mutable primitive stack interfaces.
-
Uses of ShortPredicate in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type ShortPredicateModifier and TypeMethodDescriptionboolean
ShortIterable.allSatisfy
(ShortPredicate predicate) Returns true if all of the elements in the ShortIterable return true for the specified predicate, otherwise returns false.boolean
ShortIterable.anySatisfy
(ShortPredicate predicate) Returns true if any of the elements in the ShortIterable return true for the specified predicate, otherwise returns false.int
ShortIterable.count
(ShortPredicate predicate) Returns a count of the number of elements in the ShortIterable that return true for the specified predicate.short
ShortIterable.detectIfNone
(ShortPredicate predicate, short ifNone) default boolean
ShortIterable.noneSatisfy
(ShortPredicate predicate) Returns true if none of the elements in the ShortIterable return true for the specified predicate, otherwise returns false.LazyShortIterable.reject
(ShortPredicate predicate) ShortIterable.reject
(ShortPredicate predicate) Returns a new ShortIterable with all of the elements in the ShortIterable that return false for the specified predicate.default <R extends MutableShortCollection>
RShortIterable.reject
(ShortPredicate predicate, R target) Same asShortIterable.reject(ShortPredicate)
, only the results are added to the target MutableShortCollection.LazyShortIterable.select
(ShortPredicate predicate) ShortIterable.select
(ShortPredicate predicate) Returns a new ShortIterable with all of the elements in the ShortIterable that return true for the specified predicate.default <R extends MutableShortCollection>
RShortIterable.select
(ShortPredicate predicate, R target) Same asShortIterable.select(ShortPredicate)
, only the results are added to the target MutableShortCollection. -
Uses of ShortPredicate in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive with parameters of type ShortPredicateModifier and TypeMethodDescriptionImmutableShortBag.reject
(ShortPredicate predicate) MutableShortBag.reject
(ShortPredicate predicate) ShortBag.reject
(ShortPredicate predicate) ImmutableShortBag.select
(ShortPredicate predicate) MutableShortBag.select
(ShortPredicate predicate) ShortBag.select
(ShortPredicate predicate) -
Uses of ShortPredicate in org.eclipse.collections.api.collection.primitive
Methods in org.eclipse.collections.api.collection.primitive with parameters of type ShortPredicateModifier and TypeMethodDescriptionImmutableShortCollection.reject
(ShortPredicate predicate) MutableShortCollection.reject
(ShortPredicate predicate) default boolean
MutableShortCollection.removeIf
(ShortPredicate predicate) ImmutableShortCollection.select
(ShortPredicate predicate) MutableShortCollection.select
(ShortPredicate predicate) -
Uses of ShortPredicate in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive with parameters of type ShortPredicateModifier and TypeMethodDescriptionImmutableShortList.reject
(ShortPredicate predicate) MutableShortList.reject
(ShortPredicate predicate) ShortList.reject
(ShortPredicate predicate) ImmutableShortList.select
(ShortPredicate predicate) MutableShortList.select
(ShortPredicate predicate) ShortList.select
(ShortPredicate predicate) -
Uses of ShortPredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type ShortPredicateModifier and TypeMethodDescriptionImmutableByteShortMap.reject
(ShortPredicate predicate) ImmutableCharShortMap.reject
(ShortPredicate predicate) ImmutableDoubleShortMap.reject
(ShortPredicate predicate) ImmutableFloatShortMap.reject
(ShortPredicate predicate) ImmutableIntShortMap.reject
(ShortPredicate predicate) ImmutableLongShortMap.reject
(ShortPredicate predicate) ImmutableObjectShortMap.reject
(ShortPredicate predicate) ImmutableShortShortMap.reject
(ShortPredicate predicate) MutableObjectShortMap.reject
(ShortPredicate predicate) MutableShortValuesMap.reject
(ShortPredicate predicate) ShortValuesMap.reject
(ShortPredicate predicate) ImmutableByteShortMap.select
(ShortPredicate predicate) ImmutableCharShortMap.select
(ShortPredicate predicate) ImmutableDoubleShortMap.select
(ShortPredicate predicate) ImmutableFloatShortMap.select
(ShortPredicate predicate) ImmutableIntShortMap.select
(ShortPredicate predicate) ImmutableLongShortMap.select
(ShortPredicate predicate) ImmutableObjectShortMap.select
(ShortPredicate predicate) ImmutableShortShortMap.select
(ShortPredicate predicate) MutableObjectShortMap.select
(ShortPredicate predicate) MutableShortValuesMap.select
(ShortPredicate predicate) ShortValuesMap.select
(ShortPredicate predicate) -
Uses of ShortPredicate in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive with parameters of type ShortPredicateModifier and TypeMethodDescriptionOrderedShortIterable.reject
(ShortPredicate predicate) ReversibleShortIterable.reject
(ShortPredicate predicate) OrderedShortIterable.select
(ShortPredicate predicate) ReversibleShortIterable.select
(ShortPredicate predicate) -
Uses of ShortPredicate in org.eclipse.collections.api.set.primitive
Methods in org.eclipse.collections.api.set.primitive with parameters of type ShortPredicateModifier and TypeMethodDescriptionImmutableShortSet.reject
(ShortPredicate predicate) MutableShortSet.reject
(ShortPredicate predicate) ShortSet.reject
(ShortPredicate predicate) ImmutableShortSet.select
(ShortPredicate predicate) MutableShortSet.select
(ShortPredicate predicate) ShortSet.select
(ShortPredicate predicate) -
Uses of ShortPredicate in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive with parameters of type ShortPredicateModifier and TypeMethodDescriptionImmutableShortStack.reject
(ShortPredicate predicate) MutableShortStack.reject
(ShortPredicate predicate) ShortStack.reject
(ShortPredicate predicate) ImmutableShortStack.select
(ShortPredicate predicate) MutableShortStack.select
(ShortPredicate predicate) ShortStack.select
(ShortPredicate predicate) -
Uses of ShortPredicate in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type ShortPredicateModifier and TypeMethodDescriptionboolean
ShortHashBag.allSatisfy
(ShortPredicate predicate) boolean
ShortHashBag.anySatisfy
(ShortPredicate predicate) int
ShortHashBag.count
(ShortPredicate predicate) short
ShortHashBag.detectIfNone
(ShortPredicate predicate, short ifNone) boolean
ShortHashBag.noneSatisfy
(ShortPredicate predicate) ShortHashBag.reject
(ShortPredicate predicate) SynchronizedShortBag.reject
(ShortPredicate predicate) UnmodifiableShortBag.reject
(ShortPredicate predicate) boolean
ShortHashBag.removeIf
(ShortPredicate predicate) ShortHashBag.select
(ShortPredicate predicate) SynchronizedShortBag.select
(ShortPredicate predicate) UnmodifiableShortBag.select
(ShortPredicate predicate) -
Uses of ShortPredicate in org.eclipse.collections.impl.block.factory.primitive
Methods in org.eclipse.collections.impl.block.factory.primitive that return ShortPredicateModifier and TypeMethodDescriptionstatic ShortPredicate
ShortPredicates.alwaysFalse()
static ShortPredicate
ShortPredicates.alwaysTrue()
static ShortPredicate
ShortPredicates.and
(ShortPredicate one, ShortPredicate two) static ShortPredicate
ShortPredicates.equal
(short expected) static ShortPredicate
ShortPredicates.greaterThan
(short expected) static ShortPredicate
ShortPredicates.isEven()
static ShortPredicate
ShortPredicates.isOdd()
static ShortPredicate
ShortPredicates.lessThan
(short expected) static ShortPredicate
ShortPredicates.not
(ShortPredicate negate) static ShortPredicate
ShortPredicates.or
(ShortPredicate one, ShortPredicate two) Methods in org.eclipse.collections.impl.block.factory.primitive with parameters of type ShortPredicateModifier and TypeMethodDescriptionstatic ShortPredicate
ShortPredicates.and
(ShortPredicate one, ShortPredicate two) static ShortPredicate
ShortPredicates.not
(ShortPredicate negate) static ShortPredicate
ShortPredicates.or
(ShortPredicate one, ShortPredicate two) -
Uses of ShortPredicate in org.eclipse.collections.impl.block.function.primitive
Methods in org.eclipse.collections.impl.block.function.primitive with parameters of type ShortPredicateModifier and TypeMethodDescriptionShortCaseFunction.addCase
(ShortPredicate predicate, ShortToObjectFunction<? extends V> function) -
Uses of ShortPredicate in org.eclipse.collections.impl.block.procedure.primitive
Methods in org.eclipse.collections.impl.block.procedure.primitive with parameters of type ShortPredicateModifier and TypeMethodDescriptionShortCaseProcedure.addCase
(ShortPredicate predicate, ShortProcedure procedure) -
Uses of ShortPredicate in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive with parameters of type ShortPredicateModifier and TypeMethodDescriptionboolean
AbstractSynchronizedShortCollection.allSatisfy
(ShortPredicate predicate) boolean
AbstractUnmodifiableShortCollection.allSatisfy
(ShortPredicate predicate) boolean
AbstractSynchronizedShortCollection.anySatisfy
(ShortPredicate predicate) boolean
AbstractUnmodifiableShortCollection.anySatisfy
(ShortPredicate predicate) int
AbstractSynchronizedShortCollection.count
(ShortPredicate predicate) int
AbstractUnmodifiableShortCollection.count
(ShortPredicate predicate) short
AbstractSynchronizedShortCollection.detectIfNone
(ShortPredicate predicate, short ifNone) short
AbstractUnmodifiableShortCollection.detectIfNone
(ShortPredicate predicate, short ifNone) boolean
AbstractSynchronizedShortCollection.noneSatisfy
(ShortPredicate predicate) boolean
AbstractUnmodifiableShortCollection.noneSatisfy
(ShortPredicate predicate) AbstractSynchronizedShortCollection.reject
(ShortPredicate predicate) AbstractUnmodifiableShortCollection.reject
(ShortPredicate predicate) boolean
AbstractSynchronizedShortCollection.removeIf
(ShortPredicate predicate) boolean
AbstractUnmodifiableShortCollection.removeIf
(ShortPredicate predicate) AbstractSynchronizedShortCollection.select
(ShortPredicate predicate) AbstractUnmodifiableShortCollection.select
(ShortPredicate predicate) -
Uses of ShortPredicate in org.eclipse.collections.impl.lazy.primitive
Methods in org.eclipse.collections.impl.lazy.primitive with parameters of type ShortPredicateModifier and TypeMethodDescriptionboolean
AbstractLazyShortIterable.allSatisfy
(ShortPredicate predicate) boolean
CollectShortIterable.allSatisfy
(ShortPredicate predicate) boolean
LazyShortIterableAdapter.allSatisfy
(ShortPredicate predicate) boolean
SelectShortIterable.allSatisfy
(ShortPredicate predicate) boolean
TapShortIterable.allSatisfy
(ShortPredicate predicate) boolean
AbstractLazyShortIterable.anySatisfy
(ShortPredicate predicate) boolean
CollectShortIterable.anySatisfy
(ShortPredicate predicate) boolean
LazyShortIterableAdapter.anySatisfy
(ShortPredicate predicate) boolean
SelectShortIterable.anySatisfy
(ShortPredicate predicate) boolean
TapShortIterable.anySatisfy
(ShortPredicate predicate) int
AbstractLazyShortIterable.count
(ShortPredicate predicate) int
CollectShortIterable.count
(ShortPredicate predicate) int
LazyShortIterableAdapter.count
(ShortPredicate predicate) int
SelectShortIterable.count
(ShortPredicate predicate) short
AbstractLazyShortIterable.detectIfNone
(ShortPredicate predicate, short ifNone) short
LazyShortIterableAdapter.detectIfNone
(ShortPredicate predicate, short ifNone) short
TapShortIterable.detectIfNone
(ShortPredicate predicate, short ifNone) boolean
AbstractLazyShortIterable.noneSatisfy
(ShortPredicate predicate) boolean
LazyShortIterableAdapter.noneSatisfy
(ShortPredicate predicate) boolean
TapShortIterable.noneSatisfy
(ShortPredicate predicate) AbstractLazyShortIterable.reject
(ShortPredicate predicate) AbstractLazyShortIterable.select
(ShortPredicate predicate) Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type ShortPredicateModifierConstructorDescriptionSelectShortIterable
(ShortIterable delegate, ShortPredicate predicate) -
Uses of ShortPredicate in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive with parameters of type ShortPredicateModifier and TypeMethodDescriptionboolean
ShortArrayList.allSatisfy
(ShortPredicate predicate) boolean
ShortArrayList.anySatisfy
(ShortPredicate predicate) int
ShortArrayList.count
(ShortPredicate predicate) short
ShortArrayList.detectIfNone
(ShortPredicate predicate, short ifNone) ShortArrayList.reject
(ShortPredicate predicate) <R extends MutableShortCollection>
RShortArrayList.reject
(ShortPredicate predicate, R target) SynchronizedShortList.reject
(ShortPredicate predicate) UnmodifiableShortList.reject
(ShortPredicate predicate) boolean
ShortArrayList.removeIf
(ShortPredicate predicate) ShortArrayList.select
(ShortPredicate predicate) <R extends MutableShortCollection>
RShortArrayList.select
(ShortPredicate predicate, R target) SynchronizedShortList.select
(ShortPredicate predicate) UnmodifiableShortList.select
(ShortPredicate predicate) -
Uses of ShortPredicate in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ShortPredicateModifier and TypeMethodDescriptionboolean
AbstractMutableShortKeySet.allSatisfy
(ShortPredicate predicate) boolean
AbstractMutableShortValuesMap.allSatisfy
(ShortPredicate predicate) boolean
ObjectShortHashMap.allSatisfy
(ShortPredicate predicate) boolean
ObjectShortHashMapWithHashingStrategy.allSatisfy
(ShortPredicate predicate) boolean
SynchronizedByteShortMap.allSatisfy
(ShortPredicate predicate) boolean
SynchronizedCharShortMap.allSatisfy
(ShortPredicate predicate) boolean
SynchronizedDoubleShortMap.allSatisfy
(ShortPredicate predicate) boolean
SynchronizedFloatShortMap.allSatisfy
(ShortPredicate predicate) boolean
SynchronizedIntShortMap.allSatisfy
(ShortPredicate predicate) boolean
SynchronizedLongShortMap.allSatisfy
(ShortPredicate predicate) boolean
SynchronizedObjectShortMap.allSatisfy
(ShortPredicate predicate) boolean
SynchronizedShortShortMap.allSatisfy
(ShortPredicate predicate) boolean
UnmodifiableByteShortMap.allSatisfy
(ShortPredicate predicate) boolean
UnmodifiableCharShortMap.allSatisfy
(ShortPredicate predicate) boolean
UnmodifiableDoubleShortMap.allSatisfy
(ShortPredicate predicate) boolean
UnmodifiableFloatShortMap.allSatisfy
(ShortPredicate predicate) boolean
UnmodifiableIntShortMap.allSatisfy
(ShortPredicate predicate) boolean
UnmodifiableLongShortMap.allSatisfy
(ShortPredicate predicate) boolean
UnmodifiableObjectShortMap.allSatisfy
(ShortPredicate predicate) boolean
UnmodifiableShortShortMap.allSatisfy
(ShortPredicate predicate) boolean
AbstractMutableShortKeySet.anySatisfy
(ShortPredicate predicate) boolean
AbstractMutableShortValuesMap.anySatisfy
(ShortPredicate predicate) boolean
ObjectShortHashMap.anySatisfy
(ShortPredicate predicate) boolean
ObjectShortHashMapWithHashingStrategy.anySatisfy
(ShortPredicate predicate) boolean
SynchronizedByteShortMap.anySatisfy
(ShortPredicate predicate) boolean
SynchronizedCharShortMap.anySatisfy
(ShortPredicate predicate) boolean
SynchronizedDoubleShortMap.anySatisfy
(ShortPredicate predicate) boolean
SynchronizedFloatShortMap.anySatisfy
(ShortPredicate predicate) boolean
SynchronizedIntShortMap.anySatisfy
(ShortPredicate predicate) boolean
SynchronizedLongShortMap.anySatisfy
(ShortPredicate predicate) boolean
SynchronizedObjectShortMap.anySatisfy
(ShortPredicate predicate) boolean
SynchronizedShortShortMap.anySatisfy
(ShortPredicate predicate) boolean
UnmodifiableByteShortMap.anySatisfy
(ShortPredicate predicate) boolean
UnmodifiableCharShortMap.anySatisfy
(ShortPredicate predicate) boolean
UnmodifiableDoubleShortMap.anySatisfy
(ShortPredicate predicate) boolean
UnmodifiableFloatShortMap.anySatisfy
(ShortPredicate predicate) boolean
UnmodifiableIntShortMap.anySatisfy
(ShortPredicate predicate) boolean
UnmodifiableLongShortMap.anySatisfy
(ShortPredicate predicate) boolean
UnmodifiableObjectShortMap.anySatisfy
(ShortPredicate predicate) boolean
UnmodifiableShortShortMap.anySatisfy
(ShortPredicate predicate) int
AbstractMutableShortKeySet.count
(ShortPredicate predicate) int
AbstractMutableShortValuesMap.count
(ShortPredicate predicate) int
ObjectShortHashMap.count
(ShortPredicate predicate) int
ObjectShortHashMapWithHashingStrategy.count
(ShortPredicate predicate) int
SynchronizedByteShortMap.count
(ShortPredicate predicate) int
SynchronizedCharShortMap.count
(ShortPredicate predicate) int
SynchronizedDoubleShortMap.count
(ShortPredicate predicate) int
SynchronizedFloatShortMap.count
(ShortPredicate predicate) int
SynchronizedIntShortMap.count
(ShortPredicate predicate) int
SynchronizedLongShortMap.count
(ShortPredicate predicate) int
SynchronizedObjectShortMap.count
(ShortPredicate predicate) int
SynchronizedShortShortMap.count
(ShortPredicate predicate) int
UnmodifiableByteShortMap.count
(ShortPredicate predicate) int
UnmodifiableCharShortMap.count
(ShortPredicate predicate) int
UnmodifiableDoubleShortMap.count
(ShortPredicate predicate) int
UnmodifiableFloatShortMap.count
(ShortPredicate predicate) int
UnmodifiableIntShortMap.count
(ShortPredicate predicate) int
UnmodifiableLongShortMap.count
(ShortPredicate predicate) int
UnmodifiableObjectShortMap.count
(ShortPredicate predicate) int
UnmodifiableShortShortMap.count
(ShortPredicate predicate) short
AbstractMutableShortKeySet.detectIfNone
(ShortPredicate predicate, short ifNone) short
AbstractMutableShortValuesMap.detectIfNone
(ShortPredicate predicate, short value) short
ObjectShortHashMap.detectIfNone
(ShortPredicate predicate, short ifNone) short
ObjectShortHashMapWithHashingStrategy.detectIfNone
(ShortPredicate predicate, short ifNone) short
SynchronizedByteShortMap.detectIfNone
(ShortPredicate predicate, short ifNone) short
SynchronizedCharShortMap.detectIfNone
(ShortPredicate predicate, short ifNone) short
SynchronizedDoubleShortMap.detectIfNone
(ShortPredicate predicate, short ifNone) short
SynchronizedFloatShortMap.detectIfNone
(ShortPredicate predicate, short ifNone) short
SynchronizedIntShortMap.detectIfNone
(ShortPredicate predicate, short ifNone) short
SynchronizedLongShortMap.detectIfNone
(ShortPredicate predicate, short ifNone) short
SynchronizedObjectShortMap.detectIfNone
(ShortPredicate predicate, short ifNone) short
SynchronizedShortShortMap.detectIfNone
(ShortPredicate predicate, short ifNone) short
UnmodifiableByteShortMap.detectIfNone
(ShortPredicate predicate, short ifNone) short
UnmodifiableCharShortMap.detectIfNone
(ShortPredicate predicate, short ifNone) short
UnmodifiableDoubleShortMap.detectIfNone
(ShortPredicate predicate, short ifNone) short
UnmodifiableFloatShortMap.detectIfNone
(ShortPredicate predicate, short ifNone) short
UnmodifiableIntShortMap.detectIfNone
(ShortPredicate predicate, short ifNone) short
UnmodifiableLongShortMap.detectIfNone
(ShortPredicate predicate, short ifNone) short
UnmodifiableObjectShortMap.detectIfNone
(ShortPredicate predicate, short ifNone) short
UnmodifiableShortShortMap.detectIfNone
(ShortPredicate predicate, short ifNone) boolean
ObjectShortHashMap.noneSatisfy
(ShortPredicate predicate) boolean
ObjectShortHashMapWithHashingStrategy.noneSatisfy
(ShortPredicate predicate) boolean
SynchronizedByteShortMap.noneSatisfy
(ShortPredicate predicate) boolean
SynchronizedCharShortMap.noneSatisfy
(ShortPredicate predicate) boolean
SynchronizedDoubleShortMap.noneSatisfy
(ShortPredicate predicate) boolean
SynchronizedFloatShortMap.noneSatisfy
(ShortPredicate predicate) boolean
SynchronizedIntShortMap.noneSatisfy
(ShortPredicate predicate) boolean
SynchronizedLongShortMap.noneSatisfy
(ShortPredicate predicate) boolean
SynchronizedObjectShortMap.noneSatisfy
(ShortPredicate predicate) boolean
SynchronizedShortShortMap.noneSatisfy
(ShortPredicate predicate) boolean
UnmodifiableByteShortMap.noneSatisfy
(ShortPredicate predicate) boolean
UnmodifiableCharShortMap.noneSatisfy
(ShortPredicate predicate) boolean
UnmodifiableDoubleShortMap.noneSatisfy
(ShortPredicate predicate) boolean
UnmodifiableFloatShortMap.noneSatisfy
(ShortPredicate predicate) boolean
UnmodifiableIntShortMap.noneSatisfy
(ShortPredicate predicate) boolean
UnmodifiableLongShortMap.noneSatisfy
(ShortPredicate predicate) boolean
UnmodifiableObjectShortMap.noneSatisfy
(ShortPredicate predicate) boolean
UnmodifiableShortShortMap.noneSatisfy
(ShortPredicate predicate) AbstractMutableShortKeySet.reject
(ShortPredicate predicate) AbstractMutableShortValuesMap.reject
(ShortPredicate predicate) ObjectShortHashMap.reject
(ShortPredicate predicate) ObjectShortHashMapWithHashingStrategy.reject
(ShortPredicate predicate) SynchronizedByteShortMap.reject
(ShortPredicate predicate) SynchronizedCharShortMap.reject
(ShortPredicate predicate) SynchronizedDoubleShortMap.reject
(ShortPredicate predicate) SynchronizedFloatShortMap.reject
(ShortPredicate predicate) SynchronizedIntShortMap.reject
(ShortPredicate predicate) SynchronizedLongShortMap.reject
(ShortPredicate predicate) SynchronizedObjectShortMap.reject
(ShortPredicate predicate) SynchronizedShortShortMap.reject
(ShortPredicate predicate) UnmodifiableByteShortMap.reject
(ShortPredicate predicate) UnmodifiableCharShortMap.reject
(ShortPredicate predicate) UnmodifiableDoubleShortMap.reject
(ShortPredicate predicate) UnmodifiableFloatShortMap.reject
(ShortPredicate predicate) UnmodifiableIntShortMap.reject
(ShortPredicate predicate) UnmodifiableLongShortMap.reject
(ShortPredicate predicate) UnmodifiableObjectShortMap.reject
(ShortPredicate predicate) UnmodifiableShortShortMap.reject
(ShortPredicate predicate) AbstractMutableShortKeySet.select
(ShortPredicate predicate) AbstractMutableShortValuesMap.select
(ShortPredicate predicate) ObjectShortHashMap.select
(ShortPredicate predicate) ObjectShortHashMapWithHashingStrategy.select
(ShortPredicate predicate) SynchronizedByteShortMap.select
(ShortPredicate predicate) SynchronizedCharShortMap.select
(ShortPredicate predicate) SynchronizedDoubleShortMap.select
(ShortPredicate predicate) SynchronizedFloatShortMap.select
(ShortPredicate predicate) SynchronizedIntShortMap.select
(ShortPredicate predicate) SynchronizedLongShortMap.select
(ShortPredicate predicate) SynchronizedObjectShortMap.select
(ShortPredicate predicate) SynchronizedShortShortMap.select
(ShortPredicate predicate) UnmodifiableByteShortMap.select
(ShortPredicate predicate) UnmodifiableCharShortMap.select
(ShortPredicate predicate) UnmodifiableDoubleShortMap.select
(ShortPredicate predicate) UnmodifiableFloatShortMap.select
(ShortPredicate predicate) UnmodifiableIntShortMap.select
(ShortPredicate predicate) UnmodifiableLongShortMap.select
(ShortPredicate predicate) UnmodifiableObjectShortMap.select
(ShortPredicate predicate) UnmodifiableShortShortMap.select
(ShortPredicate predicate) -
Uses of ShortPredicate in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive with parameters of type ShortPredicateModifier and TypeMethodDescriptionboolean
SynchronizedShortIterable.allSatisfy
(ShortPredicate predicate) boolean
SynchronizedShortIterable.anySatisfy
(ShortPredicate predicate) int
SynchronizedShortIterable.count
(ShortPredicate predicate) short
SynchronizedShortIterable.detectIfNone
(ShortPredicate predicate, short ifNone) boolean
SynchronizedShortIterable.noneSatisfy
(ShortPredicate predicate) SynchronizedShortIterable.reject
(ShortPredicate predicate) SynchronizedShortIterable.select
(ShortPredicate predicate) -
Uses of ShortPredicate in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive with parameters of type ShortPredicateModifier and TypeMethodDescriptionboolean
ShortHashSet.allSatisfy
(ShortPredicate predicate) boolean
ShortHashSet.anySatisfy
(ShortPredicate predicate) int
ShortHashSet.count
(ShortPredicate predicate) short
ShortHashSet.detectIfNone
(ShortPredicate predicate, short ifNone) ShortHashSet.reject
(ShortPredicate predicate) <R extends MutableShortCollection>
RShortHashSet.reject
(ShortPredicate predicate, R target) SynchronizedShortSet.reject
(ShortPredicate predicate) UnmodifiableShortSet.reject
(ShortPredicate predicate) ShortHashSet.select
(ShortPredicate predicate) <R extends MutableShortCollection>
RShortHashSet.select
(ShortPredicate predicate, R target) SynchronizedShortSet.select
(ShortPredicate predicate) UnmodifiableShortSet.select
(ShortPredicate predicate) -
Uses of ShortPredicate in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive with parameters of type ShortPredicateModifier and TypeMethodDescriptionboolean
SynchronizedShortStack.allSatisfy
(ShortPredicate predicate) boolean
UnmodifiableShortStack.allSatisfy
(ShortPredicate predicate) boolean
SynchronizedShortStack.anySatisfy
(ShortPredicate predicate) boolean
UnmodifiableShortStack.anySatisfy
(ShortPredicate predicate) int
SynchronizedShortStack.count
(ShortPredicate predicate) int
UnmodifiableShortStack.count
(ShortPredicate predicate) short
SynchronizedShortStack.detectIfNone
(ShortPredicate predicate, short ifNone) short
UnmodifiableShortStack.detectIfNone
(ShortPredicate predicate, short ifNone) boolean
SynchronizedShortStack.noneSatisfy
(ShortPredicate predicate) boolean
UnmodifiableShortStack.noneSatisfy
(ShortPredicate predicate) ShortArrayStack.reject
(ShortPredicate predicate) SynchronizedShortStack.reject
(ShortPredicate predicate) UnmodifiableShortStack.reject
(ShortPredicate predicate) ShortArrayStack.select
(ShortPredicate predicate) SynchronizedShortStack.select
(ShortPredicate predicate) UnmodifiableShortStack.select
(ShortPredicate predicate) -
Uses of ShortPredicate in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive with parameters of type ShortPredicateModifier and TypeMethodDescriptionboolean
AbstractShortStack.allSatisfy
(ShortPredicate predicate) boolean
AbstractShortStack.anySatisfy
(ShortPredicate predicate) int
AbstractShortStack.count
(ShortPredicate predicate) short
AbstractShortStack.detectIfNone
(ShortPredicate predicate, short ifNone) boolean
AbstractShortStack.noneSatisfy
(ShortPredicate predicate) -
Uses of ShortPredicate in org.eclipse.collections.impl.utility.internal.primitive
Methods in org.eclipse.collections.impl.utility.internal.primitive with parameters of type ShortPredicateModifier and TypeMethodDescriptionstatic boolean
ShortIterableIterate.allSatisfy
(ShortIterable iterable, ShortPredicate predicate) static boolean
ShortIteratorIterate.allSatisfy
(ShortIterator iterator, ShortPredicate predicate) static boolean
ShortIterableIterate.anySatisfy
(ShortIterable iterable, ShortPredicate predicate) static boolean
ShortIteratorIterate.anySatisfy
(ShortIterator iterator, ShortPredicate predicate) static int
ShortIterableIterate.count
(ShortIterable iterable, ShortPredicate predicate) static int
ShortIteratorIterate.count
(ShortIterator iterator, ShortPredicate predicate) static short
ShortIterableIterate.detectIfNone
(ShortIterable iterable, ShortPredicate predicate, short ifNone) static short
ShortIteratorIterate.detectIfNone
(ShortIterator iterator, ShortPredicate predicate, short ifNone) static boolean
ShortIterableIterate.noneSatisfy
(ShortIterable iterable, ShortPredicate predicate) static boolean
ShortIteratorIterate.noneSatisfy
(ShortIterator iterator, ShortPredicate predicate) static <R extends MutableShortCollection>
RShortIterableIterate.reject
(ShortIterable iterable, ShortPredicate predicate, R targetCollection) static <R extends MutableShortCollection>
RShortIteratorIterate.reject
(ShortIterator iterator, ShortPredicate predicate, R targetCollection) static <R extends MutableShortCollection>
RShortIterableIterate.select
(ShortIterable iterable, ShortPredicate predicate, R targetCollection) static <R extends MutableShortCollection>
RShortIteratorIterate.select
(ShortIterator iterator, ShortPredicate predicate, R targetCollection) -
Uses of ShortPredicate in org.eclipse.collections.impl.utility.primitive
Methods in org.eclipse.collections.impl.utility.primitive with parameters of type ShortPredicateModifier and TypeMethodDescriptionstatic <V> LazyIterable<V>
LazyShortIterate.collectIf
(ShortIterable iterable, ShortPredicate predicate, ShortToObjectFunction<? extends V> function) Creates a deferred filtering and transforming short iterable for the specified short iterable.static LazyShortIterable
LazyShortIterate.select
(ShortIterable iterable, ShortPredicate predicate) Creates a deferred filtering short iterable for the specified short iterable.