Class OrCondition<T>

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

    @Internal
    @Deprecated
    public class OrCondition<T>
    extends IterativeCondition<T>
    Deprecated.
    Please use RichOrCondition instead. This class exists just for backwards compatibility and will be removed in FLINK-10113.
    A condition which combines two conditions with a logical OR and returns true if at least one is true.
    See Also:
    Serialized Form