Interface SerializableBiPredicate<T,​U>

  • Type Parameters:
    T - the type of the first input to the predicate
    U - the type of the second input to the predicate
    All Superinterfaces:
    java.util.function.BiPredicate<T,​U>, java.io.Serializable
    All Known Subinterfaces:
    ComboBox.CaptionFilter

    public interface SerializableBiPredicate<T,​U>
    extends java.util.function.BiPredicate<T,​U>, java.io.Serializable
    A BiPredicate that is also Serializable.
    Since:
    8.0
    Author:
    Vaadin Ltd
    • Method Summary

      • Methods inherited from interface java.util.function.BiPredicate

        and, negate, or, test