org.af.jhlir.call
Interface RRef<WRAPPED_REF,RESOLVED_TYPE>
- Type Parameters:
WRAPPED_REF - underlying type of the used back-end, @see RObjRESOLVED_TYPE - type of the resolved Object
- All Known Subinterfaces:
- RDataFrameRef<WRAPPED_REF,RESOLVED_TYPE>, RListRef<WRAPPED_REF,RESOLVED_TYPE>, RNumericRef<WRAPPED_REF,RESOLVED_TYPE>
public interface RRef<WRAPPED_REF,RESOLVED_TYPE>
The R reference interface.
The class that is providing by this way a reference to a R object
must implement a method getResolved() to return the referenced object.
getResolved
RESOLVED_TYPE getResolved()