@FunctionalInterface public interface IOBiFunction<T,U,R> extends BiFunction<T,U,R>
| Modifier and Type | Method and Description |
|---|---|
default R |
apply(T t,
U u) |
R |
ioApply(T arg1,
U arg2) |
andThenR ioApply(T arg1, U arg2) throws IOException
IOExceptiondefault R apply(T t, U u) throws UncheckedIOException
apply in interface BiFunction<T,U,R>UncheckedIOExceptionCopyright © 2012–2017 MARID software development group. All rights reserved.