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 BindFirstArg<TArg1,TArg2,TResult> extends java.lang.Object implements IFunc1Arg<TArg2,TResult>
| Constructor and Description |
|---|
BindFirstArg(IFunc2Arg<TArg1,TArg2,TResult> func,
TArg1 left)
Constructs a BindFirstArg function object from a specified
binary function object and a specified constant.
|
public BindFirstArg(IFunc2Arg<TArg1,TArg2,TResult> func, TArg1 left)
func - The binary function object to be transformed into a
unary function object.left - The constant that binds the first argument.Copyright© 2012 Progeneric Systems, Inc. All Rights Reserved.