@FunctionalInterface public interface ThrowingFunction<T,R> extends java.util.function.Function<T,R>
| Modifier and Type | Method and Description |
|---|---|
default R |
apply(T elem) |
R |
applyThrows(T elem) |
andThen, compose, identityCopyright © 2016. All rights reserved.