lucee.Component
models.BaseProxy
models.ToLongFunction
Functional interface that maps to java.util.function.ToLongFunction See https://docs.oracle.com/javase/8/docs/api/java/util/function/ToLongFunction.html
| Constructor Summary | |
|---|---|
|
init(any f)
Constructor. |
|
| Method Summary | |
|---|---|
any
|
applyAsLong(any value)
Functional interface for the apply functionional interface. |
| 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 |
|---|
Functional interface for the apply functionional interface
value