F - type of element from which the conversion happensT - target element typeFunction instead@FunctionalInterface public interface Extractor<F,T> extends 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.
|
Copyright © 2014–2019 AssertJ. All rights reserved.