public final class FastListCollectIfProcedure<T,V> extends Object implements Procedure<T>
| Constructor and Description |
|---|
FastListCollectIfProcedure(FastList<V> targetCollection,
Function<? super T,? extends V> function,
Predicate<? super T> predicate) |
Copyright © 2004–2022. All rights reserved.