Coinjema
1.7

org.coinjema.util
Interface InvokableWith<T>

All Superinterfaces:
Invokable<T>
All Known Subinterfaces:
InvokableOn<T>
All Known Implementing Classes:
ConstructorFunctor, DependencyFunctor, Functor

public interface InvokableWith<T>
extends Invokable<T>


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

Method Detail

invokeWith

T invokeWith(Object... args)

Coinjema
1.7

Public Domain Software.