T
- U
- R
- E
- public static interface Try.BiFunction<T,U,R,E extends Exception>
Modifier and Type | Method and Description |
---|---|
R |
apply(T t,
U u) |
static <T,U,E extends Exception> |
convert(Try.BiConsumer<T,U,E> biConsumer) |
static <T,U,E extends Exception> Try.BiFunction<T,U,Void,E> convert(Try.BiConsumer<T,U,E> biConsumer)
T
- U
- E
- biConsumer
- Copyright © 2019. All rights reserved.