Package | Description |
---|---|
net.adamcin.oakpal.core |
Modifier and Type | Method and Description |
---|---|
static <M,T,R> Function<T,M> |
Util.composeTry(Function<R,M> monadUnit,
Supplier<M> monadZero,
Util.TryFunction<T,R> onElement,
BiConsumer<T,Exception> onError)
Deprecated.
1.3.0 use
Fun.composeTry1(Function, Supplier, Fun.ThrowingFunction, BiConsumer) |
Copyright © 2017–2020. All rights reserved.