T1 - The type of the first parameter of the
method that this function object encapsulates.T2 - The type of the second parameter of the
method that this function object encapsulates.TResult - The return type of the method that
this function object encapsulates.public class Multiply<T1,T2,TResult> extends java.lang.Object implements IFunc2Arg<T1,T2,TResult>
| Modifier and Type | Field and Description |
|---|---|
protected IArithmetic<T1,T2,TResult> |
adaptor
The arithmetic adaptor.
|
| Constructor and Description |
|---|
Multiply(java.lang.Class<T1> t1,
java.lang.Class<T2> t2,
java.lang.Class<TResult> result)
Constructs a Multiply instance from the specified type.
|
protected IArithmetic<T1,T2,TResult> adaptor
public Multiply(java.lang.Class<T1> t1, java.lang.Class<T2> t2, java.lang.Class<TResult> result)
t1 - The specified Class<T1> type of the left operand.t2 - The specified Class<T2> type of the right operand.result - The specified Class<TResult> type of the result
(product).Copyright© 2012 Progeneric Systems, Inc. All Rights Reserved.