I - O - @FunctionalInterface public interface UncheckedFunc<I,O> extends java.util.function.Function<I,O>
Function that allows for throwing checked exceptions,
making it more appropriate for encapsulating code blocks that may fail.| Modifier and Type | Method and Description |
|---|---|
default O |
apply(I arg) |
O |
applyUnchecked(I arg) |
andThen, compose, identityCopyright © 2007–2017 The Apache Software Foundation. All rights reserved.