lucee.Componentlogbox.system.async.proxies.BaseProxy
logbox.system.async.proxies.BiFunction
Functional interface that maps to java.util.function.BiFunction See https://docs.oracle.com/javase/8/docs/api/java/util/function/BiFunction.html
Constructor Summary | |
---|---|
init(any f)
Constructor. |
Method Summary | |
---|---|
any
|
andThen(any after)
|
any
|
apply([any t], [any u])
Functional interface for the apply functional interface. |
Methods inherited from class logbox.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 |
Constructor Detail |
---|
Constructor
f
- a function to be applied to to the previous element to produce a new elementMethod Detail |
---|
after
Functional interface for the apply functional interface See https://docs.oracle.com/javase/8/docs/api/java/util/function/BiFunction.html#apply-T-U-
t
u