public final class CollectCharProcedure<T> extends Object implements org.eclipse.collections.api.block.procedure.Procedure<T>
| Constructor and Description |
|---|
CollectCharProcedure(org.eclipse.collections.api.block.function.primitive.CharFunction<? super T> charFunction,
org.eclipse.collections.api.collection.primitive.MutableCharCollection targetCollection) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.collection.primitive.MutableCharCollection |
getCharCollection() |
void |
value(T object) |
public CollectCharProcedure(org.eclipse.collections.api.block.function.primitive.CharFunction<? super T> charFunction, org.eclipse.collections.api.collection.primitive.MutableCharCollection targetCollection)
Copyright © 2004–2018. All rights reserved.