Class CurrentReactiveScope

java.lang.Object
com.machinezoo.hookless.CurrentReactiveScope

@DraftDocs("reactive freezes link, reactive pins link, reactive computation link") public class CurrentReactiveScope extends Object
Convenience methods to access current ReactiveScope. All calls are forwarded to ReactiveScope.current() if it is not null. If ReactiveScope.current() is null, methods of this class provide safe fallback behavior, which is usually functionally equivalent to creating temporary ReactiveScope.
See Also: