Uses of Interface
org.eclipse.collections.api.block.procedure.primitive.FloatProcedure
-
Packages that use FloatProcedure 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.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 FloatProcedure in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type FloatProcedure Modifier and Type Method Description voidFloatIterable. 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)LazyFloatIterableLazyFloatIterable. 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 FloatProcedure Modifier and Type Method Description default 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 FloatProcedure Modifier and Type Method Description default 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 FloatProcedure Modifier and Type Method Description default 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 FloatProcedure Modifier and Type Method Description voidFloatBooleanMap. 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 FloatProcedure Modifier and Type Method Description default 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 FloatProcedure Modifier and Type Method Description default FloatStackFloatStack. tap(FloatProcedure procedure)default ImmutableFloatStackImmutableFloatStack. tap(FloatProcedure procedure)default MutableFloatStackMutableFloatStack. tap(FloatProcedure procedure)
-