SimpleCondition
Represents a simple, stateless functional interface that evaluates a condition on a given output. This is particularly tailored for Java compatibility, enabling usage in contexts where Java code interacts with Kotlin.
Parameters
Output
The type of the input based on which the condition is evaluated.