public class TransformedProcedure extends Object implements Procedure, Serializable
| Constructor and Description |
|---|
TransformedProcedure(Function<? extends X> function,
UnaryProcedure<? super X> procedure)
Create a new TransformedProcedure.
|
public TransformedProcedure(Function<? extends X> function, UnaryProcedure<? super X> procedure)
X - the adapted function argument type.function - Functionprocedure - UnaryProcedurepublic final void run()
public final boolean equals(TransformedProcedure that)
this.that - instance to testCopyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.