Interface FunctionCall<RETURN_T extends Value>

    • Method Detail

      • getReturnType

        Datatype<RETURN_T> getReturnType()
        Get the actual return type of this call (same as the internal function's return type), used as return type for XACML Apply in PDP.
        Returns:
        return type