F - type of element from which the conversion happensT - target element typeEXCEPTION - type of exception which might be thrown during conversion@FunctionalInterface public interface ThrowingExtractor<F,T,EXCEPTION extends Exception> extends Extractor<F,T>
AbstractIterableAssert.extracting(ThrowingExtractor),
AbstractObjectArrayAssert.extracting(ThrowingExtractor) and
AtomicReferenceArrayAssert.extracting(ThrowingExtractor).| Modifier and Type | Method and Description |
|---|---|
default T |
extract(F input) |
T |
extractThrows(F input) |
Copyright © 2014–2018 AssertJ. All rights reserved.