Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.LongPredicate
Packages that use LongPredicate
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 immutable primitive bag interfaces.
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 immutable primitive list interfaces and immutable primitive list factory interfaces.
This package contains implementations of the mutable primitive list interfaces.
This package contains implementations of the primitive list interfaces.
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the immutable primitive set interfaces.
This package contains implementations of the mutable primitive set interfaces.
This package contains implementations of the immutable primitive stack interfaces.
This package contains implementations of the mutable primitive stack interfaces.
-
Uses of LongPredicate in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type LongPredicateModifier and TypeMethodDescriptionbooleanLongIterable.allSatisfy(LongPredicate predicate) Returns true if all of the elements in the LongIterable return true for the specified predicate, otherwise returns false.booleanLongIterable.anySatisfy(LongPredicate predicate) Returns true if any of the elements in the LongIterable return true for the specified predicate, otherwise returns false.intLongIterable.count(LongPredicate predicate) Returns a count of the number of elements in the LongIterable that return true for the specified predicate.longLongIterable.detectIfNone(LongPredicate predicate, long ifNone) default booleanLongIterable.noneSatisfy(LongPredicate predicate) Returns true if none of the elements in the LongIterable return true for the specified predicate, otherwise returns false.LazyLongIterable.reject(LongPredicate predicate) LongIterable.reject(LongPredicate predicate) Returns a new LongIterable with all of the elements in the LongIterable that return false for the specified predicate.default <R extends MutableLongCollection>
RLongIterable.reject(LongPredicate predicate, R target) Same asLongIterable.reject(LongPredicate), only the results are added to the target MutableLongCollection.LazyLongIterable.select(LongPredicate predicate) LongIterable.select(LongPredicate predicate) Returns a new LongIterable with all of the elements in the LongIterable that return true for the specified predicate.default <R extends MutableLongCollection>
RLongIterable.select(LongPredicate predicate, R target) Same asLongIterable.select(LongPredicate), only the results are added to the target MutableLongCollection. -
Uses of LongPredicate in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive with parameters of type LongPredicateModifier and TypeMethodDescriptionImmutableLongBag.reject(LongPredicate predicate) LongBag.reject(LongPredicate predicate) MutableLongBag.reject(LongPredicate predicate) ImmutableLongBag.select(LongPredicate predicate) LongBag.select(LongPredicate predicate) MutableLongBag.select(LongPredicate predicate) -
Uses of LongPredicate in org.eclipse.collections.api.collection.primitive
Methods in org.eclipse.collections.api.collection.primitive with parameters of type LongPredicateModifier and TypeMethodDescriptionImmutableLongCollection.reject(LongPredicate predicate) MutableLongCollection.reject(LongPredicate predicate) default booleanMutableLongCollection.removeIf(LongPredicate predicate) ImmutableLongCollection.select(LongPredicate predicate) MutableLongCollection.select(LongPredicate predicate) -
Uses of LongPredicate in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive with parameters of type LongPredicateModifier and TypeMethodDescriptionImmutableLongList.reject(LongPredicate predicate) LongList.reject(LongPredicate predicate) MutableLongList.reject(LongPredicate predicate) ImmutableLongList.select(LongPredicate predicate) LongList.select(LongPredicate predicate) MutableLongList.select(LongPredicate predicate) -
Uses of LongPredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type LongPredicateModifier and TypeMethodDescriptionImmutableByteLongMap.reject(LongPredicate predicate) ImmutableCharLongMap.reject(LongPredicate predicate) ImmutableDoubleLongMap.reject(LongPredicate predicate) ImmutableFloatLongMap.reject(LongPredicate predicate) ImmutableIntLongMap.reject(LongPredicate predicate) ImmutableLongLongMap.reject(LongPredicate predicate) ImmutableObjectLongMap.reject(LongPredicate predicate) ImmutableShortLongMap.reject(LongPredicate predicate) LongValuesMap.reject(LongPredicate predicate) MutableLongValuesMap.reject(LongPredicate predicate) MutableObjectLongMap.reject(LongPredicate predicate) ImmutableByteLongMap.select(LongPredicate predicate) ImmutableCharLongMap.select(LongPredicate predicate) ImmutableDoubleLongMap.select(LongPredicate predicate) ImmutableFloatLongMap.select(LongPredicate predicate) ImmutableIntLongMap.select(LongPredicate predicate) ImmutableLongLongMap.select(LongPredicate predicate) ImmutableObjectLongMap.select(LongPredicate predicate) ImmutableShortLongMap.select(LongPredicate predicate) LongValuesMap.select(LongPredicate predicate) MutableLongValuesMap.select(LongPredicate predicate) MutableObjectLongMap.select(LongPredicate predicate) -
Uses of LongPredicate in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive with parameters of type LongPredicateModifier and TypeMethodDescriptionOrderedLongIterable.reject(LongPredicate predicate) ReversibleLongIterable.reject(LongPredicate predicate) OrderedLongIterable.select(LongPredicate predicate) ReversibleLongIterable.select(LongPredicate predicate) -
Uses of LongPredicate in org.eclipse.collections.api.set.primitive
Methods in org.eclipse.collections.api.set.primitive with parameters of type LongPredicateModifier and TypeMethodDescriptionImmutableLongSet.reject(LongPredicate predicate) LongSet.reject(LongPredicate predicate) MutableLongSet.reject(LongPredicate predicate) ImmutableLongSet.select(LongPredicate predicate) LongSet.select(LongPredicate predicate) MutableLongSet.select(LongPredicate predicate) -
Uses of LongPredicate in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive with parameters of type LongPredicateModifier and TypeMethodDescriptionImmutableLongStack.reject(LongPredicate predicate) LongStack.reject(LongPredicate predicate) MutableLongStack.reject(LongPredicate predicate) ImmutableLongStack.select(LongPredicate predicate) LongStack.select(LongPredicate predicate) MutableLongStack.select(LongPredicate predicate) -
Uses of LongPredicate in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive with parameters of type LongPredicateModifier and TypeMethodDescriptionbooleanImmutableLongEmptyBag.allSatisfy(LongPredicate predicate) booleanImmutableLongHashBag.allSatisfy(LongPredicate predicate) booleanImmutableLongSingletonBag.allSatisfy(LongPredicate predicate) booleanImmutableLongEmptyBag.anySatisfy(LongPredicate predicate) booleanImmutableLongHashBag.anySatisfy(LongPredicate predicate) booleanImmutableLongSingletonBag.anySatisfy(LongPredicate predicate) intImmutableLongEmptyBag.count(LongPredicate predicate) intImmutableLongHashBag.count(LongPredicate predicate) intImmutableLongSingletonBag.count(LongPredicate predicate) longImmutableLongEmptyBag.detectIfNone(LongPredicate predicate, long ifNone) longImmutableLongHashBag.detectIfNone(LongPredicate predicate, long ifNone) longImmutableLongSingletonBag.detectIfNone(LongPredicate predicate, long ifNone) booleanImmutableLongEmptyBag.noneSatisfy(LongPredicate predicate) booleanImmutableLongHashBag.noneSatisfy(LongPredicate predicate) booleanImmutableLongSingletonBag.noneSatisfy(LongPredicate predicate) ImmutableLongEmptyBag.reject(LongPredicate predicate) ImmutableLongHashBag.reject(LongPredicate predicate) ImmutableLongSingletonBag.reject(LongPredicate predicate) ImmutableLongEmptyBag.select(LongPredicate predicate) ImmutableLongHashBag.select(LongPredicate predicate) ImmutableLongSingletonBag.select(LongPredicate predicate) -
Uses of LongPredicate in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type LongPredicateModifier and TypeMethodDescriptionbooleanLongHashBag.allSatisfy(LongPredicate predicate) booleanLongHashBag.anySatisfy(LongPredicate predicate) intLongHashBag.count(LongPredicate predicate) longLongHashBag.detectIfNone(LongPredicate predicate, long ifNone) booleanLongHashBag.noneSatisfy(LongPredicate predicate) LongHashBag.reject(LongPredicate predicate) SynchronizedLongBag.reject(LongPredicate predicate) UnmodifiableLongBag.reject(LongPredicate predicate) booleanLongHashBag.removeIf(LongPredicate predicate) LongHashBag.select(LongPredicate predicate) SynchronizedLongBag.select(LongPredicate predicate) UnmodifiableLongBag.select(LongPredicate predicate) -
Uses of LongPredicate in org.eclipse.collections.impl.block.factory.primitive
Classes in org.eclipse.collections.impl.block.factory.primitive that implement LongPredicateModifier and TypeClassDescriptionprivate static final classprivate static final classprivate static final classprivate static final classprivate static final classprivate static final classprivate static final classprivate static final classprivate static final classprivate static final classFields in org.eclipse.collections.impl.block.factory.primitive declared as LongPredicateModifier and TypeFieldDescriptionprivate static final LongPredicateLongPredicates.ALWAYS_FALSEprivate static final LongPredicateLongPredicates.ALWAYS_TRUEprivate final LongPredicateLongPredicates.NotLongPredicate.negateprivate final LongPredicateLongPredicates.AndLongPredicate.oneprivate final LongPredicateLongPredicates.OrLongPredicate.oneprivate final LongPredicateLongPredicates.AndLongPredicate.twoprivate final LongPredicateLongPredicates.OrLongPredicate.twoMethods in org.eclipse.collections.impl.block.factory.primitive that return LongPredicateModifier and TypeMethodDescriptionstatic LongPredicateLongPredicates.alwaysFalse()static LongPredicateLongPredicates.alwaysTrue()static LongPredicateLongPredicates.and(LongPredicate one, LongPredicate two) static LongPredicateLongPredicates.equal(long expected) static LongPredicateLongPredicates.greaterThan(long expected) static LongPredicateLongPredicates.isEven()static LongPredicateLongPredicates.isOdd()static LongPredicateLongPredicates.lessThan(long expected) static LongPredicateLongPredicates.not(LongPredicate negate) static LongPredicateLongPredicates.or(LongPredicate one, LongPredicate two) Methods in org.eclipse.collections.impl.block.factory.primitive with parameters of type LongPredicateModifier and TypeMethodDescriptionstatic LongPredicateLongPredicates.and(LongPredicate one, LongPredicate two) static LongPredicateLongPredicates.not(LongPredicate negate) static LongPredicateLongPredicates.or(LongPredicate one, LongPredicate two) Constructors in org.eclipse.collections.impl.block.factory.primitive with parameters of type LongPredicateModifierConstructorDescriptionprivateAndLongPredicate(LongPredicate one, LongPredicate two) privateNotLongPredicate(LongPredicate negate) privateOrLongPredicate(LongPredicate one, LongPredicate two) -
Uses of LongPredicate in org.eclipse.collections.impl.block.function.primitive
Fields in org.eclipse.collections.impl.block.function.primitive with type parameters of type LongPredicateModifier and TypeFieldDescriptionprivate final MutableList<Pair<LongPredicate, LongToObjectFunction<? extends V>>> LongCaseFunction.predicateFunctionsMethods in org.eclipse.collections.impl.block.function.primitive with parameters of type LongPredicateModifier and TypeMethodDescriptionLongCaseFunction.addCase(LongPredicate predicate, LongToObjectFunction<? extends V> function) -
Uses of LongPredicate in org.eclipse.collections.impl.block.procedure.primitive
Fields in org.eclipse.collections.impl.block.procedure.primitive with type parameters of type LongPredicateModifier and TypeFieldDescriptionprivate final MutableList<Pair<LongPredicate, LongProcedure>> LongCaseProcedure.predicateProceduresMethods in org.eclipse.collections.impl.block.procedure.primitive with parameters of type LongPredicateModifier and TypeMethodDescriptionLongCaseProcedure.addCase(LongPredicate predicate, LongProcedure procedure) -
Uses of LongPredicate in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive with parameters of type LongPredicateModifier and TypeMethodDescriptionbooleanAbstractSynchronizedLongCollection.allSatisfy(LongPredicate predicate) booleanAbstractUnmodifiableLongCollection.allSatisfy(LongPredicate predicate) booleanAbstractSynchronizedLongCollection.anySatisfy(LongPredicate predicate) booleanAbstractUnmodifiableLongCollection.anySatisfy(LongPredicate predicate) intAbstractSynchronizedLongCollection.count(LongPredicate predicate) intAbstractUnmodifiableLongCollection.count(LongPredicate predicate) longAbstractSynchronizedLongCollection.detectIfNone(LongPredicate predicate, long ifNone) longAbstractUnmodifiableLongCollection.detectIfNone(LongPredicate predicate, long ifNone) booleanAbstractSynchronizedLongCollection.noneSatisfy(LongPredicate predicate) booleanAbstractUnmodifiableLongCollection.noneSatisfy(LongPredicate predicate) AbstractSynchronizedLongCollection.reject(LongPredicate predicate) AbstractUnmodifiableLongCollection.reject(LongPredicate predicate) booleanAbstractSynchronizedLongCollection.removeIf(LongPredicate predicate) booleanAbstractUnmodifiableLongCollection.removeIf(LongPredicate predicate) AbstractSynchronizedLongCollection.select(LongPredicate predicate) AbstractUnmodifiableLongCollection.select(LongPredicate predicate) -
Uses of LongPredicate in org.eclipse.collections.impl.lazy.primitive
Fields in org.eclipse.collections.impl.lazy.primitive declared as LongPredicateModifier and TypeFieldDescriptionprivate final LongPredicateSelectLongIterable.CountLongProcedure.predicateprivate final LongPredicateSelectLongIterable.predicateprivate final LongPredicateSelectLongIterable.SelectLongIterator.predicateMethods in org.eclipse.collections.impl.lazy.primitive with parameters of type LongPredicateModifier and TypeMethodDescriptionbooleanAbstractLazyLongIterable.allSatisfy(LongPredicate predicate) booleanCollectLongIterable.allSatisfy(LongPredicate predicate) booleanLazyLongIterableAdapter.allSatisfy(LongPredicate predicate) booleanSelectLongIterable.allSatisfy(LongPredicate predicate) booleanTapLongIterable.allSatisfy(LongPredicate predicate) booleanAbstractLazyLongIterable.anySatisfy(LongPredicate predicate) booleanCollectLongIterable.anySatisfy(LongPredicate predicate) booleanLazyLongIterableAdapter.anySatisfy(LongPredicate predicate) booleanSelectLongIterable.anySatisfy(LongPredicate predicate) booleanTapLongIterable.anySatisfy(LongPredicate predicate) intAbstractLazyLongIterable.count(LongPredicate predicate) intCollectLongIterable.count(LongPredicate predicate) intLazyLongIterableAdapter.count(LongPredicate predicate) intSelectLongIterable.count(LongPredicate predicate) longAbstractLazyLongIterable.detectIfNone(LongPredicate predicate, long ifNone) longLazyLongIterableAdapter.detectIfNone(LongPredicate predicate, long ifNone) longTapLongIterable.detectIfNone(LongPredicate predicate, long ifNone) booleanAbstractLazyLongIterable.noneSatisfy(LongPredicate predicate) booleanLazyLongIterableAdapter.noneSatisfy(LongPredicate predicate) booleanTapLongIterable.noneSatisfy(LongPredicate predicate) AbstractLazyLongIterable.reject(LongPredicate predicate) AbstractLazyLongIterable.select(LongPredicate predicate) Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type LongPredicateModifierConstructorDescriptionprivateCountLongProcedure(LongPredicate predicate) SelectLongIterable(LongIterable delegate, LongPredicate predicate) privateSelectLongIterator(LongIterator iterator, LongPredicate predicate) privateSelectLongIterator(LongIterable iterable, LongPredicate predicate) -
Uses of LongPredicate in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive with parameters of type LongPredicateModifier and TypeMethodDescriptionbooleanImmutableLongArrayList.allSatisfy(LongPredicate predicate) booleanImmutableLongEmptyList.allSatisfy(LongPredicate predicate) booleanImmutableLongSingletonList.allSatisfy(LongPredicate predicate) booleanImmutableLongArrayList.anySatisfy(LongPredicate predicate) booleanImmutableLongEmptyList.anySatisfy(LongPredicate predicate) booleanImmutableLongSingletonList.anySatisfy(LongPredicate predicate) intImmutableLongArrayList.count(LongPredicate predicate) intImmutableLongEmptyList.count(LongPredicate predicate) intImmutableLongSingletonList.count(LongPredicate predicate) longImmutableLongArrayList.detectIfNone(LongPredicate predicate, long ifNone) longImmutableLongEmptyList.detectIfNone(LongPredicate predicate, long ifNone) longImmutableLongSingletonList.detectIfNone(LongPredicate predicate, long ifNone) booleanImmutableLongEmptyList.noneSatisfy(LongPredicate predicate) booleanImmutableLongSingletonList.noneSatisfy(LongPredicate predicate) ImmutableLongArrayList.reject(LongPredicate predicate) <R extends MutableLongCollection>
RImmutableLongArrayList.reject(LongPredicate predicate, R target) ImmutableLongEmptyList.reject(LongPredicate predicate) ImmutableLongSingletonList.reject(LongPredicate predicate) ImmutableLongArrayList.select(LongPredicate predicate) <R extends MutableLongCollection>
RImmutableLongArrayList.select(LongPredicate predicate, R target) ImmutableLongEmptyList.select(LongPredicate predicate) ImmutableLongSingletonList.select(LongPredicate predicate) -
Uses of LongPredicate in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive with parameters of type LongPredicateModifier and TypeMethodDescriptionbooleanLongArrayList.allSatisfy(LongPredicate predicate) booleanLongArrayList.anySatisfy(LongPredicate predicate) intLongArrayList.count(LongPredicate predicate) longLongArrayList.detectIfNone(LongPredicate predicate, long ifNone) LongArrayList.reject(LongPredicate predicate) <R extends MutableLongCollection>
RLongArrayList.reject(LongPredicate predicate, R target) SynchronizedLongList.reject(LongPredicate predicate) UnmodifiableLongList.reject(LongPredicate predicate) booleanLongArrayList.removeIf(LongPredicate predicate) LongArrayList.select(LongPredicate predicate) <R extends MutableLongCollection>
RLongArrayList.select(LongPredicate predicate, R target) SynchronizedLongList.select(LongPredicate predicate) UnmodifiableLongList.select(LongPredicate predicate) -
Uses of LongPredicate in org.eclipse.collections.impl.list.primitive
Methods in org.eclipse.collections.impl.list.primitive with parameters of type LongPredicateModifier and TypeMethodDescriptionbooleanLongInterval.allSatisfy(LongPredicate predicate) booleanLongInterval.anySatisfy(LongPredicate predicate) intLongInterval.count(LongPredicate predicate) longLongInterval.detectIfNone(LongPredicate predicate, long ifNone) LongInterval.reject(LongPredicate predicate) LongInterval.select(LongPredicate predicate) -
Uses of LongPredicate in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type LongPredicateModifier and TypeMethodDescriptionbooleanImmutableByteLongEmptyMap.allSatisfy(LongPredicate predicate) booleanImmutableByteLongHashMap.allSatisfy(LongPredicate predicate) booleanImmutableByteLongSingletonMap.allSatisfy(LongPredicate predicate) booleanImmutableCharLongEmptyMap.allSatisfy(LongPredicate predicate) booleanImmutableCharLongHashMap.allSatisfy(LongPredicate predicate) booleanImmutableCharLongSingletonMap.allSatisfy(LongPredicate predicate) booleanImmutableDoubleLongEmptyMap.allSatisfy(LongPredicate predicate) booleanImmutableDoubleLongHashMap.allSatisfy(LongPredicate predicate) booleanImmutableDoubleLongSingletonMap.allSatisfy(LongPredicate predicate) booleanImmutableFloatLongEmptyMap.allSatisfy(LongPredicate predicate) booleanImmutableFloatLongHashMap.allSatisfy(LongPredicate predicate) booleanImmutableFloatLongSingletonMap.allSatisfy(LongPredicate predicate) booleanImmutableIntLongEmptyMap.allSatisfy(LongPredicate predicate) booleanImmutableIntLongHashMap.allSatisfy(LongPredicate predicate) booleanImmutableIntLongSingletonMap.allSatisfy(LongPredicate predicate) booleanImmutableLongLongEmptyMap.allSatisfy(LongPredicate predicate) booleanImmutableLongLongHashMap.allSatisfy(LongPredicate predicate) booleanImmutableLongLongSingletonMap.allSatisfy(LongPredicate predicate) booleanImmutableObjectLongEmptyMap.allSatisfy(LongPredicate predicate) booleanImmutableObjectLongHashMap.allSatisfy(LongPredicate predicate) booleanImmutableObjectLongSingletonMap.allSatisfy(LongPredicate predicate) booleanImmutableShortLongEmptyMap.allSatisfy(LongPredicate predicate) booleanImmutableShortLongHashMap.allSatisfy(LongPredicate predicate) booleanImmutableShortLongSingletonMap.allSatisfy(LongPredicate predicate) booleanImmutableByteLongEmptyMap.anySatisfy(LongPredicate predicate) booleanImmutableByteLongHashMap.anySatisfy(LongPredicate predicate) booleanImmutableByteLongSingletonMap.anySatisfy(LongPredicate predicate) booleanImmutableCharLongEmptyMap.anySatisfy(LongPredicate predicate) booleanImmutableCharLongHashMap.anySatisfy(LongPredicate predicate) booleanImmutableCharLongSingletonMap.anySatisfy(LongPredicate predicate) booleanImmutableDoubleLongEmptyMap.anySatisfy(LongPredicate predicate) booleanImmutableDoubleLongHashMap.anySatisfy(LongPredicate predicate) booleanImmutableDoubleLongSingletonMap.anySatisfy(LongPredicate predicate) booleanImmutableFloatLongEmptyMap.anySatisfy(LongPredicate predicate) booleanImmutableFloatLongHashMap.anySatisfy(LongPredicate predicate) booleanImmutableFloatLongSingletonMap.anySatisfy(LongPredicate predicate) booleanImmutableIntLongEmptyMap.anySatisfy(LongPredicate predicate) booleanImmutableIntLongHashMap.anySatisfy(LongPredicate predicate) booleanImmutableIntLongSingletonMap.anySatisfy(LongPredicate predicate) booleanImmutableLongLongEmptyMap.anySatisfy(LongPredicate predicate) booleanImmutableLongLongHashMap.anySatisfy(LongPredicate predicate) booleanImmutableLongLongSingletonMap.anySatisfy(LongPredicate predicate) booleanImmutableObjectLongEmptyMap.anySatisfy(LongPredicate predicate) booleanImmutableObjectLongHashMap.anySatisfy(LongPredicate predicate) booleanImmutableObjectLongSingletonMap.anySatisfy(LongPredicate predicate) booleanImmutableShortLongEmptyMap.anySatisfy(LongPredicate predicate) booleanImmutableShortLongHashMap.anySatisfy(LongPredicate predicate) booleanImmutableShortLongSingletonMap.anySatisfy(LongPredicate predicate) intImmutableByteLongEmptyMap.count(LongPredicate predicate) intImmutableByteLongHashMap.count(LongPredicate predicate) intImmutableByteLongSingletonMap.count(LongPredicate predicate) intImmutableCharLongEmptyMap.count(LongPredicate predicate) intImmutableCharLongHashMap.count(LongPredicate predicate) intImmutableCharLongSingletonMap.count(LongPredicate predicate) intImmutableDoubleLongEmptyMap.count(LongPredicate predicate) intImmutableDoubleLongHashMap.count(LongPredicate predicate) intImmutableDoubleLongSingletonMap.count(LongPredicate predicate) intImmutableFloatLongEmptyMap.count(LongPredicate predicate) intImmutableFloatLongHashMap.count(LongPredicate predicate) intImmutableFloatLongSingletonMap.count(LongPredicate predicate) intImmutableIntLongEmptyMap.count(LongPredicate predicate) intImmutableIntLongHashMap.count(LongPredicate predicate) intImmutableIntLongSingletonMap.count(LongPredicate predicate) intImmutableLongLongEmptyMap.count(LongPredicate predicate) intImmutableLongLongHashMap.count(LongPredicate predicate) intImmutableLongLongSingletonMap.count(LongPredicate predicate) intImmutableObjectLongEmptyMap.count(LongPredicate predicate) intImmutableObjectLongHashMap.count(LongPredicate predicate) intImmutableObjectLongSingletonMap.count(LongPredicate predicate) intImmutableShortLongEmptyMap.count(LongPredicate predicate) intImmutableShortLongHashMap.count(LongPredicate predicate) intImmutableShortLongSingletonMap.count(LongPredicate predicate) longImmutableByteLongEmptyMap.detectIfNone(LongPredicate predicate, long ifNone) longImmutableByteLongHashMap.detectIfNone(LongPredicate predicate, long ifNone) longImmutableByteLongSingletonMap.detectIfNone(LongPredicate predicate, long ifNone) longImmutableCharLongEmptyMap.detectIfNone(LongPredicate predicate, long ifNone) longImmutableCharLongHashMap.detectIfNone(LongPredicate predicate, long ifNone) longImmutableCharLongSingletonMap.detectIfNone(LongPredicate predicate, long ifNone) longImmutableDoubleLongEmptyMap.detectIfNone(LongPredicate predicate, long ifNone) longImmutableDoubleLongHashMap.detectIfNone(LongPredicate predicate, long ifNone) longImmutableDoubleLongSingletonMap.detectIfNone(LongPredicate predicate, long ifNone) longImmutableFloatLongEmptyMap.detectIfNone(LongPredicate predicate, long ifNone) longImmutableFloatLongHashMap.detectIfNone(LongPredicate predicate, long ifNone) longImmutableFloatLongSingletonMap.detectIfNone(LongPredicate predicate, long ifNone) longImmutableIntLongEmptyMap.detectIfNone(LongPredicate predicate, long ifNone) longImmutableIntLongHashMap.detectIfNone(LongPredicate predicate, long ifNone) longImmutableIntLongSingletonMap.detectIfNone(LongPredicate predicate, long ifNone) longImmutableLongLongEmptyMap.detectIfNone(LongPredicate predicate, long ifNone) longImmutableLongLongHashMap.detectIfNone(LongPredicate predicate, long ifNone) longImmutableLongLongSingletonMap.detectIfNone(LongPredicate predicate, long ifNone) longImmutableObjectLongEmptyMap.detectIfNone(LongPredicate predicate, long ifNone) longImmutableObjectLongHashMap.detectIfNone(LongPredicate predicate, long ifNone) longImmutableObjectLongSingletonMap.detectIfNone(LongPredicate predicate, long ifNone) longImmutableShortLongEmptyMap.detectIfNone(LongPredicate predicate, long ifNone) longImmutableShortLongHashMap.detectIfNone(LongPredicate predicate, long ifNone) longImmutableShortLongSingletonMap.detectIfNone(LongPredicate predicate, long ifNone) booleanImmutableByteLongEmptyMap.noneSatisfy(LongPredicate predicate) booleanImmutableByteLongHashMap.noneSatisfy(LongPredicate predicate) booleanImmutableByteLongSingletonMap.noneSatisfy(LongPredicate predicate) booleanImmutableCharLongEmptyMap.noneSatisfy(LongPredicate predicate) booleanImmutableCharLongHashMap.noneSatisfy(LongPredicate predicate) booleanImmutableCharLongSingletonMap.noneSatisfy(LongPredicate predicate) booleanImmutableDoubleLongEmptyMap.noneSatisfy(LongPredicate predicate) booleanImmutableDoubleLongHashMap.noneSatisfy(LongPredicate predicate) booleanImmutableDoubleLongSingletonMap.noneSatisfy(LongPredicate predicate) booleanImmutableFloatLongEmptyMap.noneSatisfy(LongPredicate predicate) booleanImmutableFloatLongHashMap.noneSatisfy(LongPredicate predicate) booleanImmutableFloatLongSingletonMap.noneSatisfy(LongPredicate predicate) booleanImmutableIntLongEmptyMap.noneSatisfy(LongPredicate predicate) booleanImmutableIntLongHashMap.noneSatisfy(LongPredicate predicate) booleanImmutableIntLongSingletonMap.noneSatisfy(LongPredicate predicate) booleanImmutableLongLongEmptyMap.noneSatisfy(LongPredicate predicate) booleanImmutableLongLongHashMap.noneSatisfy(LongPredicate predicate) booleanImmutableLongLongSingletonMap.noneSatisfy(LongPredicate predicate) booleanImmutableObjectLongEmptyMap.noneSatisfy(LongPredicate predicate) booleanImmutableObjectLongHashMap.noneSatisfy(LongPredicate predicate) booleanImmutableObjectLongSingletonMap.noneSatisfy(LongPredicate predicate) booleanImmutableShortLongEmptyMap.noneSatisfy(LongPredicate predicate) booleanImmutableShortLongHashMap.noneSatisfy(LongPredicate predicate) booleanImmutableShortLongSingletonMap.noneSatisfy(LongPredicate predicate) ImmutableByteLongEmptyMap.reject(LongPredicate predicate) ImmutableByteLongHashMap.reject(LongPredicate predicate) ImmutableByteLongSingletonMap.reject(LongPredicate predicate) ImmutableCharLongEmptyMap.reject(LongPredicate predicate) ImmutableCharLongHashMap.reject(LongPredicate predicate) ImmutableCharLongSingletonMap.reject(LongPredicate predicate) ImmutableDoubleLongEmptyMap.reject(LongPredicate predicate) ImmutableDoubleLongHashMap.reject(LongPredicate predicate) ImmutableDoubleLongSingletonMap.reject(LongPredicate predicate) ImmutableFloatLongEmptyMap.reject(LongPredicate predicate) ImmutableFloatLongHashMap.reject(LongPredicate predicate) ImmutableFloatLongSingletonMap.reject(LongPredicate predicate) ImmutableIntLongEmptyMap.reject(LongPredicate predicate) ImmutableIntLongHashMap.reject(LongPredicate predicate) ImmutableIntLongSingletonMap.reject(LongPredicate predicate) ImmutableLongLongEmptyMap.reject(LongPredicate predicate) ImmutableLongLongHashMap.reject(LongPredicate predicate) ImmutableLongLongSingletonMap.reject(LongPredicate predicate) ImmutableObjectLongEmptyMap.reject(LongPredicate predicate) ImmutableObjectLongHashMap.reject(LongPredicate predicate) ImmutableObjectLongSingletonMap.reject(LongPredicate predicate) ImmutableShortLongEmptyMap.reject(LongPredicate predicate) ImmutableShortLongHashMap.reject(LongPredicate predicate) ImmutableShortLongSingletonMap.reject(LongPredicate predicate) ImmutableByteLongEmptyMap.select(LongPredicate predicate) ImmutableByteLongHashMap.select(LongPredicate predicate) ImmutableByteLongSingletonMap.select(LongPredicate predicate) ImmutableCharLongEmptyMap.select(LongPredicate predicate) ImmutableCharLongHashMap.select(LongPredicate predicate) ImmutableCharLongSingletonMap.select(LongPredicate predicate) ImmutableDoubleLongEmptyMap.select(LongPredicate predicate) ImmutableDoubleLongHashMap.select(LongPredicate predicate) ImmutableDoubleLongSingletonMap.select(LongPredicate predicate) ImmutableFloatLongEmptyMap.select(LongPredicate predicate) ImmutableFloatLongHashMap.select(LongPredicate predicate) ImmutableFloatLongSingletonMap.select(LongPredicate predicate) ImmutableIntLongEmptyMap.select(LongPredicate predicate) ImmutableIntLongHashMap.select(LongPredicate predicate) ImmutableIntLongSingletonMap.select(LongPredicate predicate) ImmutableLongLongEmptyMap.select(LongPredicate predicate) ImmutableLongLongHashMap.select(LongPredicate predicate) ImmutableLongLongSingletonMap.select(LongPredicate predicate) ImmutableObjectLongEmptyMap.select(LongPredicate predicate) ImmutableObjectLongHashMap.select(LongPredicate predicate) ImmutableObjectLongSingletonMap.select(LongPredicate predicate) ImmutableShortLongEmptyMap.select(LongPredicate predicate) ImmutableShortLongHashMap.select(LongPredicate predicate) ImmutableShortLongSingletonMap.select(LongPredicate predicate) -
Uses of LongPredicate in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type LongPredicateModifier and TypeMethodDescriptionbooleanAbstractMutableLongKeySet.allSatisfy(LongPredicate predicate) booleanAbstractMutableLongValuesMap.AbstractLongValuesCollection.allSatisfy(LongPredicate predicate) booleanAbstractMutableLongValuesMap.allSatisfy(LongPredicate predicate) booleanImmutableLongLongMapKeySet.allSatisfy(LongPredicate predicate) booleanImmutableLongMapKeySet.allSatisfy(LongPredicate predicate) booleanLongBooleanHashMap.KeysView.allSatisfy(LongPredicate predicate) booleanObjectLongHashMap.allSatisfy(LongPredicate predicate) booleanObjectLongHashMap.ValuesCollection.allSatisfy(LongPredicate predicate) booleanObjectLongHashMapWithHashingStrategy.allSatisfy(LongPredicate predicate) booleanObjectLongHashMapWithHashingStrategy.ValuesCollection.allSatisfy(LongPredicate predicate) booleanSynchronizedByteLongMap.allSatisfy(LongPredicate predicate) booleanSynchronizedCharLongMap.allSatisfy(LongPredicate predicate) booleanSynchronizedDoubleLongMap.allSatisfy(LongPredicate predicate) booleanSynchronizedFloatLongMap.allSatisfy(LongPredicate predicate) booleanSynchronizedIntLongMap.allSatisfy(LongPredicate predicate) booleanSynchronizedLongLongMap.allSatisfy(LongPredicate predicate) booleanSynchronizedObjectLongMap.allSatisfy(LongPredicate predicate) booleanSynchronizedShortLongMap.allSatisfy(LongPredicate predicate) booleanUnmodifiableByteLongMap.allSatisfy(LongPredicate predicate) booleanUnmodifiableCharLongMap.allSatisfy(LongPredicate predicate) booleanUnmodifiableDoubleLongMap.allSatisfy(LongPredicate predicate) booleanUnmodifiableFloatLongMap.allSatisfy(LongPredicate predicate) booleanUnmodifiableIntLongMap.allSatisfy(LongPredicate predicate) booleanUnmodifiableLongLongMap.allSatisfy(LongPredicate predicate) booleanUnmodifiableObjectLongMap.allSatisfy(LongPredicate predicate) booleanUnmodifiableShortLongMap.allSatisfy(LongPredicate predicate) booleanAbstractMutableLongKeySet.anySatisfy(LongPredicate predicate) booleanAbstractMutableLongValuesMap.AbstractLongValuesCollection.anySatisfy(LongPredicate predicate) booleanAbstractMutableLongValuesMap.anySatisfy(LongPredicate predicate) booleanImmutableLongLongMapKeySet.anySatisfy(LongPredicate predicate) booleanImmutableLongMapKeySet.anySatisfy(LongPredicate predicate) booleanLongBooleanHashMap.KeysView.anySatisfy(LongPredicate predicate) booleanObjectLongHashMap.anySatisfy(LongPredicate predicate) booleanObjectLongHashMap.ValuesCollection.anySatisfy(LongPredicate predicate) booleanObjectLongHashMapWithHashingStrategy.anySatisfy(LongPredicate predicate) booleanObjectLongHashMapWithHashingStrategy.ValuesCollection.anySatisfy(LongPredicate predicate) booleanSynchronizedByteLongMap.anySatisfy(LongPredicate predicate) booleanSynchronizedCharLongMap.anySatisfy(LongPredicate predicate) booleanSynchronizedDoubleLongMap.anySatisfy(LongPredicate predicate) booleanSynchronizedFloatLongMap.anySatisfy(LongPredicate predicate) booleanSynchronizedIntLongMap.anySatisfy(LongPredicate predicate) booleanSynchronizedLongLongMap.anySatisfy(LongPredicate predicate) booleanSynchronizedObjectLongMap.anySatisfy(LongPredicate predicate) booleanSynchronizedShortLongMap.anySatisfy(LongPredicate predicate) booleanUnmodifiableByteLongMap.anySatisfy(LongPredicate predicate) booleanUnmodifiableCharLongMap.anySatisfy(LongPredicate predicate) booleanUnmodifiableDoubleLongMap.anySatisfy(LongPredicate predicate) booleanUnmodifiableFloatLongMap.anySatisfy(LongPredicate predicate) booleanUnmodifiableIntLongMap.anySatisfy(LongPredicate predicate) booleanUnmodifiableLongLongMap.anySatisfy(LongPredicate predicate) booleanUnmodifiableObjectLongMap.anySatisfy(LongPredicate predicate) booleanUnmodifiableShortLongMap.anySatisfy(LongPredicate predicate) intAbstractMutableLongKeySet.count(LongPredicate predicate) intAbstractMutableLongValuesMap.AbstractLongValuesCollection.count(LongPredicate predicate) intAbstractMutableLongValuesMap.count(LongPredicate predicate) intImmutableLongLongMapKeySet.count(LongPredicate predicate) intImmutableLongMapKeySet.count(LongPredicate predicate) intLongBooleanHashMap.KeysView.count(LongPredicate predicate) intObjectLongHashMap.count(LongPredicate predicate) intObjectLongHashMap.ValuesCollection.count(LongPredicate predicate) intObjectLongHashMapWithHashingStrategy.count(LongPredicate predicate) intObjectLongHashMapWithHashingStrategy.ValuesCollection.count(LongPredicate predicate) intSynchronizedByteLongMap.count(LongPredicate predicate) intSynchronizedCharLongMap.count(LongPredicate predicate) intSynchronizedDoubleLongMap.count(LongPredicate predicate) intSynchronizedFloatLongMap.count(LongPredicate predicate) intSynchronizedIntLongMap.count(LongPredicate predicate) intSynchronizedLongLongMap.count(LongPredicate predicate) intSynchronizedObjectLongMap.count(LongPredicate predicate) intSynchronizedShortLongMap.count(LongPredicate predicate) intUnmodifiableByteLongMap.count(LongPredicate predicate) intUnmodifiableCharLongMap.count(LongPredicate predicate) intUnmodifiableDoubleLongMap.count(LongPredicate predicate) intUnmodifiableFloatLongMap.count(LongPredicate predicate) intUnmodifiableIntLongMap.count(LongPredicate predicate) intUnmodifiableLongLongMap.count(LongPredicate predicate) intUnmodifiableObjectLongMap.count(LongPredicate predicate) intUnmodifiableShortLongMap.count(LongPredicate predicate) longAbstractMutableLongKeySet.detectIfNone(LongPredicate predicate, long ifNone) longAbstractMutableLongValuesMap.AbstractLongValuesCollection.detectIfNone(LongPredicate predicate, long ifNone) longAbstractMutableLongValuesMap.detectIfNone(LongPredicate predicate, long value) longImmutableLongLongMapKeySet.detectIfNone(LongPredicate predicate, long ifNone) longImmutableLongMapKeySet.detectIfNone(LongPredicate predicate, long ifNone) longLongBooleanHashMap.KeysView.detectIfNone(LongPredicate predicate, long value) longObjectLongHashMap.detectIfNone(LongPredicate predicate, long ifNone) longObjectLongHashMap.ValuesCollection.detectIfNone(LongPredicate predicate, long ifNone) longObjectLongHashMapWithHashingStrategy.detectIfNone(LongPredicate predicate, long ifNone) longObjectLongHashMapWithHashingStrategy.ValuesCollection.detectIfNone(LongPredicate predicate, long ifNone) longSynchronizedByteLongMap.detectIfNone(LongPredicate predicate, long ifNone) longSynchronizedCharLongMap.detectIfNone(LongPredicate predicate, long ifNone) longSynchronizedDoubleLongMap.detectIfNone(LongPredicate predicate, long ifNone) longSynchronizedFloatLongMap.detectIfNone(LongPredicate predicate, long ifNone) longSynchronizedIntLongMap.detectIfNone(LongPredicate predicate, long ifNone) longSynchronizedLongLongMap.detectIfNone(LongPredicate predicate, long ifNone) longSynchronizedObjectLongMap.detectIfNone(LongPredicate predicate, long ifNone) longSynchronizedShortLongMap.detectIfNone(LongPredicate predicate, long ifNone) longUnmodifiableByteLongMap.detectIfNone(LongPredicate predicate, long ifNone) longUnmodifiableCharLongMap.detectIfNone(LongPredicate predicate, long ifNone) longUnmodifiableDoubleLongMap.detectIfNone(LongPredicate predicate, long ifNone) longUnmodifiableFloatLongMap.detectIfNone(LongPredicate predicate, long ifNone) longUnmodifiableIntLongMap.detectIfNone(LongPredicate predicate, long ifNone) longUnmodifiableLongLongMap.detectIfNone(LongPredicate predicate, long ifNone) longUnmodifiableObjectLongMap.detectIfNone(LongPredicate predicate, long ifNone) longUnmodifiableShortLongMap.detectIfNone(LongPredicate predicate, long ifNone) booleanAbstractMutableLongValuesMap.AbstractLongValuesCollection.noneSatisfy(LongPredicate predicate) booleanImmutableLongLongMapKeySet.noneSatisfy(LongPredicate predicate) booleanImmutableLongMapKeySet.noneSatisfy(LongPredicate predicate) booleanObjectLongHashMap.noneSatisfy(LongPredicate predicate) booleanObjectLongHashMap.ValuesCollection.noneSatisfy(LongPredicate predicate) booleanObjectLongHashMapWithHashingStrategy.noneSatisfy(LongPredicate predicate) booleanObjectLongHashMapWithHashingStrategy.ValuesCollection.noneSatisfy(LongPredicate predicate) booleanSynchronizedByteLongMap.noneSatisfy(LongPredicate predicate) booleanSynchronizedCharLongMap.noneSatisfy(LongPredicate predicate) booleanSynchronizedDoubleLongMap.noneSatisfy(LongPredicate predicate) booleanSynchronizedFloatLongMap.noneSatisfy(LongPredicate predicate) booleanSynchronizedIntLongMap.noneSatisfy(LongPredicate predicate) booleanSynchronizedLongLongMap.noneSatisfy(LongPredicate predicate) booleanSynchronizedObjectLongMap.noneSatisfy(LongPredicate predicate) booleanSynchronizedShortLongMap.noneSatisfy(LongPredicate predicate) booleanUnmodifiableByteLongMap.noneSatisfy(LongPredicate predicate) booleanUnmodifiableCharLongMap.noneSatisfy(LongPredicate predicate) booleanUnmodifiableDoubleLongMap.noneSatisfy(LongPredicate predicate) booleanUnmodifiableFloatLongMap.noneSatisfy(LongPredicate predicate) booleanUnmodifiableIntLongMap.noneSatisfy(LongPredicate predicate) booleanUnmodifiableLongLongMap.noneSatisfy(LongPredicate predicate) booleanUnmodifiableObjectLongMap.noneSatisfy(LongPredicate predicate) booleanUnmodifiableShortLongMap.noneSatisfy(LongPredicate predicate) AbstractMutableLongKeySet.reject(LongPredicate predicate) AbstractMutableLongValuesMap.AbstractLongValuesCollection.reject(LongPredicate predicate) AbstractMutableLongValuesMap.reject(LongPredicate predicate) ImmutableLongLongMapKeySet.reject(LongPredicate predicate) ImmutableLongMapKeySet.reject(LongPredicate predicate) ObjectLongHashMap.reject(LongPredicate predicate) ObjectLongHashMap.ValuesCollection.reject(LongPredicate predicate) ObjectLongHashMapWithHashingStrategy.reject(LongPredicate predicate) ObjectLongHashMapWithHashingStrategy.ValuesCollection.reject(LongPredicate predicate) SynchronizedByteLongMap.reject(LongPredicate predicate) SynchronizedCharLongMap.reject(LongPredicate predicate) SynchronizedDoubleLongMap.reject(LongPredicate predicate) SynchronizedFloatLongMap.reject(LongPredicate predicate) SynchronizedIntLongMap.reject(LongPredicate predicate) SynchronizedLongLongMap.reject(LongPredicate predicate) SynchronizedObjectLongMap.reject(LongPredicate predicate) SynchronizedShortLongMap.reject(LongPredicate predicate) UnmodifiableByteLongMap.reject(LongPredicate predicate) UnmodifiableCharLongMap.reject(LongPredicate predicate) UnmodifiableDoubleLongMap.reject(LongPredicate predicate) UnmodifiableFloatLongMap.reject(LongPredicate predicate) UnmodifiableIntLongMap.reject(LongPredicate predicate) UnmodifiableLongLongMap.reject(LongPredicate predicate) UnmodifiableObjectLongMap.reject(LongPredicate predicate) UnmodifiableShortLongMap.reject(LongPredicate predicate) AbstractMutableLongKeySet.select(LongPredicate predicate) AbstractMutableLongValuesMap.AbstractLongValuesCollection.select(LongPredicate predicate) AbstractMutableLongValuesMap.select(LongPredicate predicate) ImmutableLongLongMapKeySet.select(LongPredicate predicate) ImmutableLongMapKeySet.select(LongPredicate predicate) ObjectLongHashMap.select(LongPredicate predicate) ObjectLongHashMap.ValuesCollection.select(LongPredicate predicate) ObjectLongHashMapWithHashingStrategy.select(LongPredicate predicate) ObjectLongHashMapWithHashingStrategy.ValuesCollection.select(LongPredicate predicate) SynchronizedByteLongMap.select(LongPredicate predicate) SynchronizedCharLongMap.select(LongPredicate predicate) SynchronizedDoubleLongMap.select(LongPredicate predicate) SynchronizedFloatLongMap.select(LongPredicate predicate) SynchronizedIntLongMap.select(LongPredicate predicate) SynchronizedLongLongMap.select(LongPredicate predicate) SynchronizedObjectLongMap.select(LongPredicate predicate) SynchronizedShortLongMap.select(LongPredicate predicate) UnmodifiableByteLongMap.select(LongPredicate predicate) UnmodifiableCharLongMap.select(LongPredicate predicate) UnmodifiableDoubleLongMap.select(LongPredicate predicate) UnmodifiableFloatLongMap.select(LongPredicate predicate) UnmodifiableIntLongMap.select(LongPredicate predicate) UnmodifiableLongLongMap.select(LongPredicate predicate) UnmodifiableObjectLongMap.select(LongPredicate predicate) UnmodifiableShortLongMap.select(LongPredicate predicate) -
Uses of LongPredicate in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive with parameters of type LongPredicateModifier and TypeMethodDescriptionbooleanSynchronizedLongIterable.allSatisfy(LongPredicate predicate) booleanSynchronizedLongIterable.anySatisfy(LongPredicate predicate) intSynchronizedLongIterable.count(LongPredicate predicate) longSynchronizedLongIterable.detectIfNone(LongPredicate predicate, long ifNone) booleanSynchronizedLongIterable.noneSatisfy(LongPredicate predicate) SynchronizedLongIterable.reject(LongPredicate predicate) SynchronizedLongIterable.select(LongPredicate predicate) -
Uses of LongPredicate in org.eclipse.collections.impl.set.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive with parameters of type LongPredicateModifier and TypeMethodDescriptionbooleanImmutableLongEmptySet.allSatisfy(LongPredicate predicate) booleanImmutableLongSingletonSet.allSatisfy(LongPredicate predicate) booleanImmutableLongEmptySet.anySatisfy(LongPredicate predicate) booleanImmutableLongSingletonSet.anySatisfy(LongPredicate predicate) intImmutableLongEmptySet.count(LongPredicate predicate) intImmutableLongSingletonSet.count(LongPredicate predicate) longImmutableLongEmptySet.detectIfNone(LongPredicate predicate, long ifNone) longImmutableLongSingletonSet.detectIfNone(LongPredicate predicate, long ifNone) booleanImmutableLongEmptySet.noneSatisfy(LongPredicate predicate) booleanImmutableLongSingletonSet.noneSatisfy(LongPredicate predicate) ImmutableLongEmptySet.reject(LongPredicate predicate) ImmutableLongSingletonSet.reject(LongPredicate predicate) ImmutableLongEmptySet.select(LongPredicate predicate) ImmutableLongSingletonSet.select(LongPredicate predicate) -
Uses of LongPredicate in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive with parameters of type LongPredicateModifier and TypeMethodDescriptionbooleanLongHashSet.allSatisfy(LongPredicate predicate) booleanLongHashSet.ImmutableLongHashSet.allSatisfy(LongPredicate predicate) booleanLongHashSet.anySatisfy(LongPredicate predicate) booleanLongHashSet.ImmutableLongHashSet.anySatisfy(LongPredicate predicate) intLongHashSet.count(LongPredicate predicate) intLongHashSet.ImmutableLongHashSet.count(LongPredicate predicate) longLongHashSet.detectIfNone(LongPredicate predicate, long ifNone) longLongHashSet.ImmutableLongHashSet.detectIfNone(LongPredicate predicate, long ifNone) booleanLongHashSet.ImmutableLongHashSet.noneSatisfy(LongPredicate predicate) LongHashSet.ImmutableLongHashSet.reject(LongPredicate predicate) LongHashSet.reject(LongPredicate predicate) <R extends MutableLongCollection>
RLongHashSet.reject(LongPredicate predicate, R target) SynchronizedLongSet.reject(LongPredicate predicate) UnmodifiableLongSet.reject(LongPredicate predicate) LongHashSet.ImmutableLongHashSet.select(LongPredicate predicate) LongHashSet.select(LongPredicate predicate) <R extends MutableLongCollection>
RLongHashSet.select(LongPredicate predicate, R target) SynchronizedLongSet.select(LongPredicate predicate) UnmodifiableLongSet.select(LongPredicate predicate) -
Uses of LongPredicate in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type LongPredicateModifier and TypeMethodDescriptionbooleanImmutableLongEmptyStack.allSatisfy(LongPredicate predicate) booleanImmutableLongSingletonStack.allSatisfy(LongPredicate predicate) booleanImmutableLongEmptyStack.anySatisfy(LongPredicate predicate) booleanImmutableLongSingletonStack.anySatisfy(LongPredicate predicate) intImmutableLongEmptyStack.count(LongPredicate predicate) intImmutableLongSingletonStack.count(LongPredicate predicate) longImmutableLongEmptyStack.detectIfNone(LongPredicate predicate, long ifNone) longImmutableLongSingletonStack.detectIfNone(LongPredicate predicate, long ifNone) booleanImmutableLongEmptyStack.noneSatisfy(LongPredicate predicate) booleanImmutableLongSingletonStack.noneSatisfy(LongPredicate predicate) ImmutableLongArrayStack.reject(LongPredicate predicate) ImmutableLongEmptyStack.reject(LongPredicate predicate) ImmutableLongSingletonStack.reject(LongPredicate predicate) ImmutableLongArrayStack.select(LongPredicate predicate) ImmutableLongEmptyStack.select(LongPredicate predicate) ImmutableLongSingletonStack.select(LongPredicate predicate) -
Uses of LongPredicate in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive with parameters of type LongPredicateModifier and TypeMethodDescriptionbooleanSynchronizedLongStack.allSatisfy(LongPredicate predicate) booleanUnmodifiableLongStack.allSatisfy(LongPredicate predicate) booleanSynchronizedLongStack.anySatisfy(LongPredicate predicate) booleanUnmodifiableLongStack.anySatisfy(LongPredicate predicate) intSynchronizedLongStack.count(LongPredicate predicate) intUnmodifiableLongStack.count(LongPredicate predicate) longSynchronizedLongStack.detectIfNone(LongPredicate predicate, long ifNone) longUnmodifiableLongStack.detectIfNone(LongPredicate predicate, long ifNone) booleanSynchronizedLongStack.noneSatisfy(LongPredicate predicate) booleanUnmodifiableLongStack.noneSatisfy(LongPredicate predicate) LongArrayStack.reject(LongPredicate predicate) SynchronizedLongStack.reject(LongPredicate predicate) UnmodifiableLongStack.reject(LongPredicate predicate) LongArrayStack.select(LongPredicate predicate) SynchronizedLongStack.select(LongPredicate predicate) UnmodifiableLongStack.select(LongPredicate predicate) -
Uses of LongPredicate in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive with parameters of type LongPredicateModifier and TypeMethodDescriptionbooleanAbstractLongStack.allSatisfy(LongPredicate predicate) booleanAbstractLongStack.anySatisfy(LongPredicate predicate) intAbstractLongStack.count(LongPredicate predicate) longAbstractLongStack.detectIfNone(LongPredicate predicate, long ifNone) booleanAbstractLongStack.noneSatisfy(LongPredicate predicate) -
Uses of LongPredicate in org.eclipse.collections.impl.utility.internal.primitive
Methods in org.eclipse.collections.impl.utility.internal.primitive with parameters of type LongPredicateModifier and TypeMethodDescriptionstatic booleanLongIterableIterate.allSatisfy(LongIterable iterable, LongPredicate predicate) static booleanLongIteratorIterate.allSatisfy(LongIterator iterator, LongPredicate predicate) static booleanLongIterableIterate.anySatisfy(LongIterable iterable, LongPredicate predicate) static booleanLongIteratorIterate.anySatisfy(LongIterator iterator, LongPredicate predicate) static intLongIterableIterate.count(LongIterable iterable, LongPredicate predicate) static intLongIteratorIterate.count(LongIterator iterator, LongPredicate predicate) static longLongIterableIterate.detectIfNone(LongIterable iterable, LongPredicate predicate, long ifNone) static longLongIteratorIterate.detectIfNone(LongIterator iterator, LongPredicate predicate, long ifNone) static booleanLongIterableIterate.noneSatisfy(LongIterable iterable, LongPredicate predicate) static booleanLongIteratorIterate.noneSatisfy(LongIterator iterator, LongPredicate predicate) static <R extends MutableLongCollection>
RLongIterableIterate.reject(LongIterable iterable, LongPredicate predicate, R targetCollection) static <R extends MutableLongCollection>
RLongIteratorIterate.reject(LongIterator iterator, LongPredicate predicate, R targetCollection) static <R extends MutableLongCollection>
RLongIterableIterate.select(LongIterable iterable, LongPredicate predicate, R targetCollection) static <R extends MutableLongCollection>
RLongIteratorIterate.select(LongIterator iterator, LongPredicate predicate, R targetCollection) -
Uses of LongPredicate in org.eclipse.collections.impl.utility.primitive
Methods in org.eclipse.collections.impl.utility.primitive with parameters of type LongPredicateModifier and TypeMethodDescriptionstatic <V> LazyIterable<V> LazyLongIterate.collectIf(LongIterable iterable, LongPredicate predicate, LongToObjectFunction<? extends V> function) Creates a deferred filtering and transforming long iterable for the specified long iterable.static LazyLongIterableLazyLongIterate.select(LongIterable iterable, LongPredicate predicate) Creates a deferred filtering long iterable for the specified long iterable.