Coinjema
1.7

org.coinjema.util
Interface InvokableOn<T>

All Superinterfaces:
Invokable<T>, InvokableWith<T>
All Known Implementing Classes:
DependencyFunctor, Functor

public interface InvokableOn<T>
extends InvokableWith<T>


Method Summary
 T invoke(Object invokee, Object... args)
           
 T invokeOn(Object invokee)
           
 
Methods inherited from interface org.coinjema.util.InvokableWith
invokeWith
 
Methods inherited from interface org.coinjema.util.Invokable
invoke
 

Method Detail

invokeOn

T invokeOn(Object invokee)

invoke

T invoke(Object invokee,
         Object... args)

Coinjema
1.7

Public Domain Software.