Interface Consumer<T>

All Known Implementing Classes:
Base64InputStreamConsumer

@PublicApi public interface Consumer<T>
Consume the object a Supplier produces.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    consume(T element)
    Consume the product.
  • Method Details

    • consume

      void consume(@Nonnull T element)
      Consume the product.
      Parameters:
      element - must not be null