Module org.refcodes.controlflow
Package org.refcodes.controlflow
Interface Coupler.Operation<SUBJECT,PARAM extends Coupler,RET>
- Type Parameters:
SUBJECT- The instance on which to invoke the method.PARAM- The parameter to be passed to the method.RET- The return type of the method.
- Enclosing interface:
- Coupler
public static interface Coupler.Operation<SUBJECT,PARAM extends Coupler,RET>
Definition of a method with single argument of type
Coupler.-
Method Summary
-
Method Details
-
invoke
-