Interface Consumer<T>

Type Parameters:
T - the type of the input to the operation

@Deprecated public interface Consumer<T>
Deprecated.
use Consumer instead.
Deprecated, use Consumer instead.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(T t)
    Deprecated.
     
  • Method Details

    • accept

      void accept(T t)
      Deprecated.