Interface Try.BiConsumer<T1,T2>

Enclosing class:
Try

public static interface Try.BiConsumer<T1,T2>
BiConsumer that could throw an exception
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run(T1 arg1, T2 arg2)