lucee.Component
models.BaseProxy
models.Function
models.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 models.Function |
|---|
| andThen, compose, identity, init |
| 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