Package org.reactfx
Class CloseableOnceGuard
java.lang.Object
org.reactfx.CloseableOnceGuard
- All Implemented Interfaces:
AutoCloseable,Guard
-
Field Summary
FieldsFields inherited from interface org.reactfx.Guard
EMPTY_GUARD -
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.reactfx.Guard
closeableOnce
-
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
-