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, wait
Methods inherited from interface org.reactfx.Guard
closeableOnce
-
Field Details
-
delegate
-
-
Constructor Details
-
CloseableOnceGuard
-
-
Method Details
-
close
public void close()Description copied from interface:Guard
Releases this guard. Does not throw.- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceGuard
-