Interface Callback.SerializableBiConsumer<T,​U>

  • All Superinterfaces:
    BiConsumer<T,​U>, Serializable
    Enclosing class:
    Callback
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public static interface Callback.SerializableBiConsumer<T,​U>
    extends BiConsumer<T,​U>, Serializable
    Use this if you need a serializable bi-consumer.
    Since:
    4.4
    Author:
    Bauke Scholtz