evaluate

public T evaluate<T>(Supplier<T> operation)

Runs the given operation for the given tenant and returns the result of the operation.

Return

the result of the operation

Parameters

operation

the operation to run

<T>

the type of the operation result