lucee.Component
models.BaseProxy
models.Consumer
Functional interface that maps to java.util.function.Consumer See https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/function/Consumer.html
| Constructor Summary | |
|---|---|
|
init(any f)
Constructor. |
|
| Method Summary | |
|---|---|
any
|
accept(any t)
Performs this operation on the given arguments. |
any
|
andThen(any after)
|
| 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 element| Method Detail |
|---|
Performs this operation on the given arguments. See https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/function/Consumer.html#accept-T-U-
tafter