T - input typeR - output typeFun.ThrowingFunction@Deprecated public static interface Util.TryFunction<T,R> extends net.adamcin.oakpal.api.Fun.ThrowingFunction<T,R>
Function, but which allows for throwing exceptions. Use with
Util.composeTry(Function, Supplier, TryFunction, BiConsumer) to make suitable for flatMap.Copyright © 2017–2020. All rights reserved.