Interface Consumer<I>

All Known Implementing Classes:
ThrowExceptionFunction, ThrowExceptionFunction.ForJava7, ThrowExceptionFunction.Native, 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)