| Package | Description |
|---|---|
| org.forgerock.script.groovy | |
| org.forgerock.script.scope |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
GroovyScript.InnerMapFactory.convertFunction(Function<?> source) |
protected Object |
GroovyScript.InnerListFactory.convertFunction(Function<?> source) |
| Constructor and Description |
|---|
FunctionClosure(Object owner,
Parameter parameter,
Function<?> function) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Function> |
FunctionFactory.getLogger(String loggerName) |
| Modifier and Type | Method and Description |
|---|---|
R |
Function.call(Parameter scope,
Function<?> callback,
Object... arguments)
Computes a result, or throws an exception if unable to do so.
|
protected abstract Object |
AbstractFactory.convertFunction(Function<?> source) |
Copyright © 2025 Open Identity Platform Community. All rights reserved.