A - the type of the input to the functionB - the type of the result of the functionE - The type of exception potentially thrown@FunctionalInterface public static interface Checked.Function<A,B,E extends Exception>
Checked.Function that may throw an exception.| Modifier and Type | Method and Description |
|---|---|
B |
apply(A t) |
default Function<A,Try<B>> |
lift() |
Copyright © 2018 Atlassian. All rights reserved.