lucee.Componentcoldbox.system.async.proxies.BaseProxy
coldbox.system.async.proxies.Function
coldbox.system.async.proxies.FutureFunction
Functional Interface that maps to java.util.function.Function but will return the native future which is expected in the result of the called target
Method Summary | |
---|---|
any
|
apply([any t])
Represents a function that accepts one argument and produces a result. |
Methods inherited from class coldbox.system.async.proxies.Function |
---|
andThen, compose, identity, init |
Methods inherited from class coldbox.system.async.proxies.BaseProxy |
---|
err, getCFMLContext, getConcurrentEngineLockName, getCurrentThread, getDebug, getLoadAppContext, getSystem, getTarget, getThread, getThreadName, loadContext, out, setDebug, setLoadAppContext, setSystem, setTarget, setThread, unLoadContext |
Methods inherited from class lucee.Component |
---|
None |
Method Detail |
---|
Represents a function that accepts one argument and produces a result. I have to use it like this because `super` does not work on ACF in a proxy
apply
in class
Function
t