java.io.Serializable
, java.util.function.Consumer<IV>
, Procedure<T>
public class InjectIntoProcedure<IV,T> extends java.lang.Object implements Procedure<T>
Constructor | Description |
---|---|
InjectIntoProcedure(IV injectedValue,
Function2<? super IV,? super T,? extends IV> function) |
Modifier and Type | Method | Description |
---|---|---|
IV |
getResult() |
|
void |
value(T each) |
Copyright © 2004–2018. All rights reserved.