R - Type of the return value of this function.public interface Function<R> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
R |
call(Parameter scope,
Function<?> callback,
Object... arguments)
Computes a result, or throws an exception if unable to do so.
|
R call(Parameter scope, Function<?> callback, Object... arguments) throws ResourceException, NoSuchMethodException
scope - callback - arguments - could be a single value or a List of valuesException - if unable to compute a resultResourceExceptionNoSuchMethodExceptionCopyright © 2025 Open Identity Platform Community. All rights reserved.