Class RequiredOperatorPresentOrError

All Implemented Interfaces:
Function<CheckOperatorData,Optional<ISymbol>>

final class RequiredOperatorPresentOrError extends TypedSymbolAccess implements Function<CheckOperatorData,Optional<ISymbol>>
To be used with operators on aggregates (except for the is-set ? operator, that has to deal with functions). This function attempts to locate the method on the aggregate and returns the type of the return variable or empty.