Class FastListCollectIfProcedure<T,V>

java.lang.Object
org.eclipse.collections.impl.block.procedure.FastListCollectIfProcedure<T,V>
All Implemented Interfaces:
Serializable, Consumer<T>, Procedure<T>

public final class FastListCollectIfProcedure<T,V> extends Object implements Procedure<T>
See Also:
  • Constructor Details

    • FastListCollectIfProcedure

      public FastListCollectIfProcedure(FastList<V> targetCollection, Function<? super T,? extends V> function, Predicate<? super T> predicate)
  • Method Details

    • value

      public void value(T object)
      Specified by:
      value in interface Procedure<T>
    • getFastList

      public FastList<V> getFastList()