Uses of Interface
org.eclipse.collections.api.block.predicate.primitive.FloatPredicate
-
Packages that use FloatPredicate 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 FloatPredicate in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type FloatPredicate Modifier and Type Method Description booleanFloatIterable. allSatisfy(FloatPredicate predicate)Returns true if all of the elements in the FloatIterable return true for the specified predicate, otherwise returns false.booleanFloatIterable. anySatisfy(FloatPredicate predicate)Returns true if any of the elements in the FloatIterable return true for the specified predicate, otherwise returns false.intFloatIterable. count(FloatPredicate predicate)Returns a count of the number of elements in the FloatIterable that return true for the specified predicate.floatFloatIterable. detectIfNone(FloatPredicate predicate, float ifNone)default booleanFloatIterable. noneSatisfy(FloatPredicate predicate)Returns true if none of the elements in the FloatIterable return true for the specified predicate, otherwise returns false.FloatIterableFloatIterable. reject(FloatPredicate predicate)Returns a new FloatIterable with all of the elements in the FloatIterable that return false for the specified predicate.default <R extends MutableFloatCollection>
RFloatIterable. reject(FloatPredicate predicate, R target)Same asFloatIterable.reject(FloatPredicate), only the results are added to the target MutableFloatCollection.LazyFloatIterableLazyFloatIterable. reject(FloatPredicate predicate)FloatIterableFloatIterable. select(FloatPredicate predicate)Returns a new FloatIterable with all of the elements in the FloatIterable that return true for the specified predicate.default <R extends MutableFloatCollection>
RFloatIterable. select(FloatPredicate predicate, R target)Same asFloatIterable.select(FloatPredicate), only the results are added to the target MutableFloatCollection.LazyFloatIterableLazyFloatIterable. select(FloatPredicate predicate) -
Uses of FloatPredicate in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive with parameters of type FloatPredicate Modifier and Type Method Description FloatBagFloatBag. reject(FloatPredicate predicate)ImmutableFloatBagImmutableFloatBag. reject(FloatPredicate predicate)MutableFloatBagMutableFloatBag. reject(FloatPredicate predicate)FloatBagFloatBag. select(FloatPredicate predicate)ImmutableFloatBagImmutableFloatBag. select(FloatPredicate predicate)MutableFloatBagMutableFloatBag. select(FloatPredicate predicate) -
Uses of FloatPredicate in org.eclipse.collections.api.collection.primitive
Methods in org.eclipse.collections.api.collection.primitive with parameters of type FloatPredicate Modifier and Type Method Description ImmutableFloatCollectionImmutableFloatCollection. reject(FloatPredicate predicate)MutableFloatCollectionMutableFloatCollection. reject(FloatPredicate predicate)default booleanMutableFloatCollection. removeIf(FloatPredicate predicate)ImmutableFloatCollectionImmutableFloatCollection. select(FloatPredicate predicate)MutableFloatCollectionMutableFloatCollection. select(FloatPredicate predicate) -
Uses of FloatPredicate in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive with parameters of type FloatPredicate Modifier and Type Method Description FloatListFloatList. reject(FloatPredicate predicate)ImmutableFloatListImmutableFloatList. reject(FloatPredicate predicate)MutableFloatListMutableFloatList. reject(FloatPredicate predicate)FloatListFloatList. select(FloatPredicate predicate)ImmutableFloatListImmutableFloatList. select(FloatPredicate predicate)MutableFloatListMutableFloatList. select(FloatPredicate predicate) -
Uses of FloatPredicate in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type FloatPredicate Modifier and Type Method Description FloatBagFloatValuesMap. reject(FloatPredicate predicate)ImmutableFloatBagImmutableByteFloatMap. reject(FloatPredicate predicate)ImmutableFloatBagImmutableCharFloatMap. reject(FloatPredicate predicate)ImmutableFloatBagImmutableDoubleFloatMap. reject(FloatPredicate predicate)ImmutableFloatBagImmutableFloatFloatMap. reject(FloatPredicate predicate)ImmutableFloatBagImmutableIntFloatMap. reject(FloatPredicate predicate)ImmutableFloatBagImmutableLongFloatMap. reject(FloatPredicate predicate)ImmutableFloatCollectionImmutableObjectFloatMap. reject(FloatPredicate predicate)ImmutableFloatBagImmutableShortFloatMap. reject(FloatPredicate predicate)MutableFloatBagMutableFloatValuesMap. reject(FloatPredicate predicate)MutableFloatCollectionMutableObjectFloatMap. reject(FloatPredicate predicate)FloatBagFloatValuesMap. select(FloatPredicate predicate)ImmutableFloatBagImmutableByteFloatMap. select(FloatPredicate predicate)ImmutableFloatBagImmutableCharFloatMap. select(FloatPredicate predicate)ImmutableFloatBagImmutableDoubleFloatMap. select(FloatPredicate predicate)ImmutableFloatBagImmutableFloatFloatMap. select(FloatPredicate predicate)ImmutableFloatBagImmutableIntFloatMap. select(FloatPredicate predicate)ImmutableFloatBagImmutableLongFloatMap. select(FloatPredicate predicate)ImmutableFloatCollectionImmutableObjectFloatMap. select(FloatPredicate predicate)ImmutableFloatBagImmutableShortFloatMap. select(FloatPredicate predicate)MutableFloatBagMutableFloatValuesMap. select(FloatPredicate predicate)MutableFloatCollectionMutableObjectFloatMap. select(FloatPredicate predicate) -
Uses of FloatPredicate in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive with parameters of type FloatPredicate Modifier and Type Method Description OrderedFloatIterableOrderedFloatIterable. reject(FloatPredicate predicate)ReversibleFloatIterableReversibleFloatIterable. reject(FloatPredicate predicate)OrderedFloatIterableOrderedFloatIterable. select(FloatPredicate predicate)ReversibleFloatIterableReversibleFloatIterable. select(FloatPredicate predicate) -
Uses of FloatPredicate in org.eclipse.collections.api.set.primitive
Methods in org.eclipse.collections.api.set.primitive with parameters of type FloatPredicate Modifier and Type Method Description FloatSetFloatSet. reject(FloatPredicate predicate)ImmutableFloatSetImmutableFloatSet. reject(FloatPredicate predicate)MutableFloatSetMutableFloatSet. reject(FloatPredicate predicate)FloatSetFloatSet. select(FloatPredicate predicate)ImmutableFloatSetImmutableFloatSet. select(FloatPredicate predicate)MutableFloatSetMutableFloatSet. select(FloatPredicate predicate) -
Uses of FloatPredicate in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive with parameters of type FloatPredicate Modifier and Type Method Description FloatStackFloatStack. reject(FloatPredicate predicate)ImmutableFloatStackImmutableFloatStack. reject(FloatPredicate predicate)MutableFloatStackMutableFloatStack. reject(FloatPredicate predicate)FloatStackFloatStack. select(FloatPredicate predicate)ImmutableFloatStackImmutableFloatStack. select(FloatPredicate predicate)MutableFloatStackMutableFloatStack. select(FloatPredicate predicate)
-