F
- type of element from which the conversion happensT
- target element typeThrowingExtractor<F,T,EXCEPTION>
ByNameMultipleExtractor
, ToStringExtractor
@FunctionalInterface public interface Extractor<F,T>
AbstractIterableAssert.extracting(Extractor)
,
AbstractObjectArrayAssert.extracting(Extractor)
and AtomicReferenceArrayAssert.extracting(Extractor)
.Modifier and Type | Method | Description |
---|---|---|
T |
extract(F input) |
Copyright © 2014–2019. All rights reserved.