T1 - The type of the first parameter of the methods that are
defined in the IArithmetic interface.T2 - The type of the second parameter of the methods that are
defined in the IArithmetic interface.TResult - The return type of the methods that are defined
in the IArithmetic interface.public class ArithmeticAdaptor<T1,T2,TResult>
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
IArithmetic<T1,T2,TResult> |
GetAdaptor()
Returns an instance that implements the IArithmetic<T1, T2, TResult>
interface.
|
static <T1,T2,TResult> |
Instance(java.lang.Class<T1> t1,
java.lang.Class<T2> t2,
java.lang.Class<TResult> result)
Gets the one and only instance of this class.
|
public static <T1,T2,TResult> ArithmeticAdaptor<T1,T2,TResult> Instance(java.lang.Class<T1> t1, java.lang.Class<T2> t2, java.lang.Class<TResult> result)
t1 - The specified Class<T1> type.t2 - The specified Class<T2> type.result - The specified Class<TResult> result type.public IArithmetic<T1,T2,TResult> GetAdaptor()
Copyright© 2012 Progeneric Systems, Inc. All Rights Reserved.