Interface Try.Function<T,R>

Enclosing class:
Try

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

    Modifier and Type
    Method
    Description
    run(T arg)