Interface FunctionReturnImplementor<T>

All Superinterfaces:
FunctionReturn<T>, Parameter<T>, ProcedureParameter<T>, ProcedureParameterImplementor<T>, QueryParameter<T>, QueryParameterImplementor<T>
All Known Implementing Classes:
FunctionReturnImpl

public interface FunctionReturnImplementor<T> extends FunctionReturn<T>, ProcedureParameterImplementor<T>