Interface Try.Consumer<T>

Enclosing class:
Try

public static interface Try.Consumer<T>
Consumer that could throw an exception
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run(T arg)