Interface Delegator<T>

  • Type Parameters:
    T - Type of delegate
    All Known Implementing Classes:
    AbstractDelegator, ForwardingIdentityObject

    public interface Delegator<T>
    Implementation of this interface delegates all its calls to the delegate if not specified otherwise.
    • Method Detail

      • getDelegate

        @NonNull T getDelegate()
        Return underlying delegate.
        Returns:
        underlying delegate.