public final class CollectFloatProcedure<T> extends Object implements org.eclipse.collections.api.block.procedure.Procedure<T>
| Constructor and Description |
|---|
CollectFloatProcedure(org.eclipse.collections.api.block.function.primitive.FloatFunction<? super T> floatFunction,
org.eclipse.collections.api.collection.primitive.MutableFloatCollection targetCollection) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.collection.primitive.MutableFloatCollection |
getFloatCollection() |
void |
value(T object) |
public CollectFloatProcedure(org.eclipse.collections.api.block.function.primitive.FloatFunction<? super T> floatFunction, org.eclipse.collections.api.collection.primitive.MutableFloatCollection targetCollection)
Copyright © 2004–2017. All rights reserved.