Interface Sink<T>

  • Type Parameters:
    T - Type of accepted items.

    Please note that this interface is marked with @Beta annotation, so it can be subject of incompatible changes or removal in later releases.

    All Superinterfaces:
    Consumer<T>

    @PublicAPI
    @Beta
    @Deprecated
    public interface Sink<T>
    extends Consumer<T>
    Deprecated.
    Use Consumer instead.
    Consume accepting values.