net.sourceforge.wurfl.lang.twoparam
Class TwoParamOp<V1,V2,R>
java.lang.Object
net.sourceforge.wurfl.lang.twoparam.TwoParamOp<V1,V2,R>
- Direct Known Subclasses:
- Constant, IfOp, IfStrategy, OneParamOp
public abstract class TwoParamOp<V1,V2,R>
- extends Object
Generic two-param operation abstraction.
Parametrized either for return value, or for the method parameters.
V1 Variable
V2 Variable
R Return value
- Since:
- 1.3.5
- Version:
- $Id$
|
Field Summary |
protected org.slf4j.Logger |
logger
|
|
Method Summary |
abstract R |
execute(V1 variable1,
V2 variable2)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected final org.slf4j.Logger logger
TwoParamOp
public TwoParamOp()
execute
public abstract R execute(V1 variable1,
V2 variable2)
Copyright © 2012 ScientiaMobile Inc.. All Rights Reserved.