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

    Modifier and Type
    Method
    Description
     
  • Method Details

    • delegate

      T delegate()