Package org.aksw.commons.util.slot
Interface SlotDelegate<T>
- All Superinterfaces:
AutoCloseable,Slot<T>
- All Known Implementing Classes:
SlotDelegateBase
-
Method Summary
-
Method Details
-
getDelegate
-
setSupplier
- Specified by:
setSupplierin interfaceSlot<T>
-
getSupplier
- Specified by:
getSupplierin interfaceSlot<T>
-
close
default void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceSlot<T>
-