Package org.aksw.commons.util.slot
Class SlotDelegateBase<T>
java.lang.Object
org.aksw.commons.util.slot.SlotDelegateBase<T>
- All Implemented Interfaces:
AutoCloseable,Slot<T>,SlotDelegate<T>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aksw.commons.util.slot.SlotDelegate
close, getSupplier, setSupplier
-
Field Details
-
delegate
-
-
Constructor Details
-
SlotDelegateBase
-
-
Method Details
-
getDelegate
- Specified by:
getDelegatein interfaceSlotDelegate<T>
-