Uses of Interface
org.eclipse.collections.api.block.procedure.primitive.FloatProcedure
Packages that use FloatProcedure
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.
-
Uses of FloatProcedure in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type FloatProcedureModifier and TypeMethodDescriptionvoidFloatIterable.each(FloatProcedure procedure) A synonym for forEach.default voidFloatIterable.forEach(FloatProcedure procedure) Applies the FloatProcedure to each element in the FloatIterable.default FloatIterableFloatIterable.tap(FloatProcedure procedure) LazyFloatIterable.tap(FloatProcedure procedure) -
Uses of FloatProcedure in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive with parameters of type FloatProcedureModifier and TypeMethodDescriptiondefault FloatBagFloatBag.tap(FloatProcedure procedure) default ImmutableFloatBagImmutableFloatBag.tap(FloatProcedure procedure) default MutableFloatBagMutableFloatBag.tap(FloatProcedure procedure) -
Uses of FloatProcedure in org.eclipse.collections.api.collection.primitive
Methods in org.eclipse.collections.api.collection.primitive with parameters of type FloatProcedureModifier and TypeMethodDescriptiondefault ImmutableFloatCollectionImmutableFloatCollection.tap(FloatProcedure procedure) default MutableFloatCollectionMutableFloatCollection.tap(FloatProcedure procedure) -
Uses of FloatProcedure in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive with parameters of type FloatProcedureModifier and TypeMethodDescriptiondefault FloatListFloatList.tap(FloatProcedure procedure) default ImmutableFloatListImmutableFloatList.tap(FloatProcedure procedure) default MutableFloatListMutableFloatList.tap(FloatProcedure procedure) -
Uses of FloatProcedure in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type FloatProcedureModifier and TypeMethodDescriptionvoidFloatBooleanMap.forEachKey(FloatProcedure procedure) Iterates through each key in the map, invoking the procedure for each.voidFloatByteMap.forEachKey(FloatProcedure procedure) Iterates through each key in the map, invoking the procedure for each.voidFloatCharMap.forEachKey(FloatProcedure procedure) Iterates through each key in the map, invoking the procedure for each.voidFloatDoubleMap.forEachKey(FloatProcedure procedure) Iterates through each key in the map, invoking the procedure for each.voidFloatFloatMap.forEachKey(FloatProcedure procedure) Iterates through each key in the map, invoking the procedure for each.voidFloatIntMap.forEachKey(FloatProcedure procedure) Iterates through each key in the map, invoking the procedure for each.voidFloatLongMap.forEachKey(FloatProcedure procedure) Iterates through each key in the map, invoking the procedure for each.voidFloatObjectMap.forEachKey(FloatProcedure procedure) Iterates through each key in the map, invoking the procedure for each.voidFloatShortMap.forEachKey(FloatProcedure procedure) Iterates through each key in the map, invoking the procedure for each.voidFloatValuesMap.forEachValue(FloatProcedure procedure) Iterates through each value in this map.voidObjectFloatMap.forEachValue(FloatProcedure procedure) Iterates through each value in this map.default FloatValuesMapFloatValuesMap.tap(FloatProcedure procedure) default ImmutableObjectFloatMap<K>ImmutableObjectFloatMap.tap(FloatProcedure procedure) default MutableObjectFloatMap<K>MutableObjectFloatMap.tap(FloatProcedure procedure) default ObjectFloatMap<K>ObjectFloatMap.tap(FloatProcedure procedure) -
Uses of FloatProcedure in org.eclipse.collections.api.set.primitive
Methods in org.eclipse.collections.api.set.primitive with parameters of type FloatProcedureModifier and TypeMethodDescriptiondefault FloatSetFloatSet.tap(FloatProcedure procedure) default ImmutableFloatSetImmutableFloatSet.tap(FloatProcedure procedure) default MutableFloatSetMutableFloatSet.tap(FloatProcedure procedure) -
Uses of FloatProcedure in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive with parameters of type FloatProcedureModifier and TypeMethodDescriptiondefault FloatStackFloatStack.tap(FloatProcedure procedure) default ImmutableFloatStackImmutableFloatStack.tap(FloatProcedure procedure) default MutableFloatStackMutableFloatStack.tap(FloatProcedure procedure)