Class ScopedValue.Carrier<T>
java.lang.Object
cool.scx.common.util.ScopedValue.Carrier<T>
- Enclosing class:
ScopedValue<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) <R, E extends Throwable>
Rget(ScxSupplier<? extends R, E> op) <E extends Throwable>
voidrun(ScxRunnable<E> op)
-
Constructor Details
-
Carrier
-
-
Method Details
-
run
- Throws:
E
-
get
- Throws:
E
-
call
- Throws:
E
-