- Type Parameters:
F
- type of element from which the conversion happens
T
- target element type
EXCEPTION
- type of exception which might be thrown during conversion
- All Superinterfaces:
- java.util.function.Function<F,T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface ThrowingExtractor<F,T,EXCEPTION extends java.lang.Exception>
extends java.util.function.Function<F,T>