Class SlotDelegateBase<T>

java.lang.Object
org.aksw.commons.util.slot.SlotDelegateBase<T>
All Implemented Interfaces:
AutoCloseable, Slot<T>, SlotDelegate<T>

public class SlotDelegateBase<T> extends Object implements SlotDelegate<T>
  • Field Details

    • delegate

      protected Slot<T> delegate
  • Constructor Details

    • SlotDelegateBase

      public SlotDelegateBase(Slot<T> delegate)
  • Method Details