java.io.Serializable, java.util.function.Consumer<T>, Procedure<T>public final class FastListCollectProcedure<T,V> extends java.lang.Object implements Procedure<T>
| Constructor | Description |
|---|---|
FastListCollectProcedure(Function<? super T,? extends V> function,
FastList<V> targetCollection) |
| Modifier and Type | Method | Description |
|---|---|---|
FastList<V> |
getFastList() |
|
void |
value(T object) |
Copyright © 2004–2020. All rights reserved.