I - O - @FunctionalInterface public interface UncheckedFunc<I,O> extends 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) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.