Class RichAndCondition<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 RichAndCondition<T>
    extends RichCompositeIterativeCondition<T>
    A condition which combines two conditions with a logical AND and returns true if both are true.
    See Also:
    Serialized Form