T - The type of the parameter of the method that
this function object encapsulates.TResult - The type of the return value of the
method that this function object encapsulates.TResult1 - The type of the return value of the
method that the g1 function object encapsulates.TResult2 - The type of the return value of the
method that the g2 function object encapsulates.public class Compose2<T,TResult,TResult1,TResult2> extends java.lang.Object implements IFunc1Arg<T,TResult>
| Constructor and Description |
|---|
Compose2(IFunc2Arg<TResult1,TResult2,TResult> func,
IFunc1Arg<T,TResult1> func1,
IFunc1Arg<T,TResult2> func2)
Constructs a Compose2 object that composes the specified functions.
|
public Compose2(IFunc2Arg<TResult1,TResult2,TResult> func, IFunc1Arg<T,TResult1> func1, IFunc1Arg<T,TResult2> func2)
func - A binary function object to be composed.func1 - A unary function object used by the binary function
object as the first argument.func2 - A unary function object used by the binary function
object as the second argument.Copyright© 2012 Progeneric Systems, Inc. All Rights Reserved.