Interface Try.BiFunction<T1,T2,R>

Enclosing class:
Try

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

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