F - type of element from which the conversion happensT - target element type@FunctionalInterface
public interface Extractor<F,T>
AbstractIterableAssert.extracting(Extractor),
AbstractObjectArrayAssert.extracting(Extractor) and AtomicReferenceArrayAssert.extracting(Extractor).| Modifier and Type | Method and Description |
|---|---|
T |
extract(F input) |