lucee.Componenttestbox.system.modules.cbstreams.models.proxies.BaseProxy
testbox.system.modules.cbstreams.models.proxies.Runnable
Functional Interface that maps to java.lang.Runnable See https://docs.oracle.com/javase/8/docs/api/java/lang/Runnable.html
Constructor Summary | |
---|---|
init(any target)
Constructor. |
Method Summary | |
---|---|
any
|
run()
|
Methods inherited from class testbox.system.modules.cbstreams.models.proxies.BaseProxy |
---|
getCFMLContext, getCurrentThread, getCurrentThreadName, getTarget, inStreamThread, isContextLoaded, loadContext, println, setTarget |
Methods inherited from class lucee.Component |
---|
None |
Constructor Detail |
---|
Constructor
target
- The lambda or closure or CFC to be used as the runnableMethod Detail |
---|