Interface ForwardingObject<T>

All Known Implementing Classes:
ForwardingAsynchronousFileChannel, ForwardingFileChannel, LeakDetectingFileSystem, WindowsEmulatingFileSystem

public interface ForwardingObject<T>
An object that forwards calls to another and allows retrieving the delegate object.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    static <T> T
    delegate(T obj)
     
  • Method Details

    • delegate

      T delegate()
    • delegate

      static <T> T delegate(T obj)