- Type Parameters:
F- type of element from which the conversion happensT- target element type
- All Superinterfaces:
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.
@Deprecated(since="3",
forRemoval=true)
@FunctionalInterface
public interface Extractor<F,T>
extends Function<F,T>
Deprecated, for removal: This API element is subject to removal in a future version.
Function converting an element to another element. Used in
AbstractIterableAssert.extracting(Function),
AbstractObjectArrayAssert.extracting(Function) and AtomicReferenceArrayAssert.extracting(Function).- Author:
- Mateusz Haligowski
-
Method Summary
Functioninstead