TArg1 - The type of the first parameter of the
method that this function object encapsulates.TArg2 - The type of the second parameter of the
method that this function object encapsulates.TResult - The type of the return value of the
method that this function object encapsulates.public class BindSecondArg<TArg1,TArg2,TResult> extends java.lang.Object implements IFunc1Arg<TArg1,TResult>
| Constructor and Description |
|---|
BindSecondArg(IFunc2Arg<TArg1,TArg2,TResult> func,
TArg2 right)
Constructs a BindSecondArg function object from a specified
binary function object and a specified constant.
|
public BindSecondArg(IFunc2Arg<TArg1,TArg2,TResult> func, TArg2 right)
func - The binary function object to be transformed into a
unary function object.right - The constant that binds the second argument.Copyright© 2012 Progeneric Systems, Inc. All Rights Reserved.