F
- type of element from which the conversion happensT
- target element typeFunction
instead@FunctionalInterface
public interface Extractor<F,T>
extends java.util.function.Function<F,T>
AbstractIterableAssert.extracting(Function)
,
AbstractObjectArrayAssert.extracting(Function)
and AtomicReferenceArrayAssert.extracting(Function)
.Modifier and Type | Method and Description |
---|---|
default T |
apply(F f)
Deprecated.
|
T |
extract(F input)
Deprecated.
|