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 Detail

      • delegate

        T delegate()