Interface Consumer<I>

All Known Subinterfaces:
ThrowExceptionFunction, ThrowExceptionFunction.Native
All Known Implementing Classes:
ThrowExceptionFunction.Abst, ThrowExceptionFunction.ForJava7, ThrowExceptionFunction.Native.ForJava7

public interface Consumer<I>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(I inputOne)
     
  • Method Details

    • accept

      void accept(I inputOne)