Class ScxScopedValue.Carrier
java.lang.Object
cool.scx.common.scope_value.ScxScopedValue.Carrier
- Enclosing class:
ScxScopedValue<T>
- Version:
- 0.0.1
- Author:
- scx567888
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R, E extends Throwable>
Rcall(ScxCallable<? extends R, E> op) <E extends Throwable>
voidrun(ScxRunnable<E> op) where(ScxScopedValue<T> key, T value)
-
Constructor Details
-
Carrier
-
-
Method Details
-
where
-
run
- Throws:
E
-
call
- Throws:
E
-