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 Function<F,T>
AbstractIterableAssert.extracting(ThrowingExtractor),
AbstractObjectArrayAssert.extracting(ThrowingExtractor) and
AtomicReferenceArrayAssert.extracting(ThrowingExtractor).| Modifier and Type | Method and Description |
|---|---|
default T |
apply(F input) |
T |
extractThrows(F input) |
Copyright © 2014–2019 AssertJ. All rights reserved.