Package org.aksw.commons.util.delegate
Interface Delegated<T>
-
- Type Parameters:
T-
- All Known Implementing Classes:
AbstractDelegated
public interface Delegated<T>This is similar to Guava's ForwardingObject, except that this thing is an interface and the delegate is publicly exposed.- Author:
- raven
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tdelegate()
-
-
-
Method Detail
-
delegate
T delegate()
-
-