Interface ConsumerWithException<I>

Type Parameters:
I - the input type

public interface ConsumerWithException<I>
Same as Consumer but with Exception.
Author:
Dominik Fuchss
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(I i)