firstOf

fun firstOf(vararg earlyTerminationPolicies: EarlyTerminationPolicy): EarlyTerminationPolicy

Combines multiple early termination policies into one. The process will terminate if any of the provided policies triggers termination. Policies are evaluated in the order they are provided.

Return

A combined EarlyTerminationPolicy

Parameters

earlyTerminationPolicies

The policies to combine