com.lexicalscope.fluentreflection
Interface FluentCall<T>

Type Parameters:
T - the type returned by the member invocation

public interface FluentCall<T>

Encapsulates the invocation of a reflected member

Author:
tim

Method Summary
 FluentObject<T> call(Object... args)
           
 T callRaw(Object... args)
           
 

Method Detail

callRaw

T callRaw(Object... args)

call

FluentObject<T> call(Object... args)


Copyright © 2011-2012 lexicalscope. All Rights Reserved.