Class CloseableOnceGuard
java.lang.Object
org.reactfx.CloseableOnceGuard
- All Implemented Interfaces:
AutoCloseable, Guard
-
Field Details
-
delegate
-
-
Constructor Details
-
CloseableOnceGuard
-
-
Method Details
-
close
public void close()Description copied from interface:GuardReleases this guard. Does not throw.- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceGuard
-