Interface ICloseableNestedState<T>
-
- All Superinterfaces:
IFunctional
,INestedState<T>
,IRunnable
,ISupplier<T>
,IThrowRunnable<RuntimeException>
,Runnable
,Supplier<T>
- All Known Implementing Classes:
SingleGlobalState
,SingleThreadState
,StackGlobalState
public interface ICloseableNestedState<T> extends INestedState<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close(T expected)
-
Methods inherited from interface com.g2forge.alexandria.java.nestedstate.INestedState
open
-
Methods inherited from interface com.g2forge.alexandria.java.function.ISupplier
run, toFunction, wrap
-
-
-
-
Method Detail
-
close
void close(T expected)
-
-