FunctionCallValidator

Validator of a function call.

Parameters

T

output type of the function

Inheritors

Functions

Link copied to clipboard
abstract fun validate(call: FunctionCall<T>)

Validates a function call. If a condition is not met, an exception should be thrown (ideally, a FunctionException or subclass). Validation should not have any side effects.