provideContext

abstract suspend fun provideContext(subject: Subject): EvaluationContext(source)

Returns the context for an evaluation.

Return

The context, or EvaluationContext.EMPTY to contribute nothing — the evaluation still runs.

Parameters

subject

The feature-specific subject.