Class RichOrCondition<T>

  • Type Parameters:
    T - Type of the element to filter
    All Implemented Interfaces:
    Serializable, org.apache.flink.api.common.functions.Function, org.apache.flink.api.common.functions.RichFunction

    @Internal
    public class RichOrCondition<T>
    extends RichCompositeIterativeCondition<T>
    A condition which combines two conditions with a logical OR and returns true if at least one is true.
    See Also:
    Serialized Form