Package org.junit.platform.commons.function
Maintained functional interfaces and support classes.
-
Interface Summary Interface Description Try.Transformer<S,T> A transformer for values of typeS
to typeT
. -
Class Summary Class Description Try<V> A container object which may either contain a nullable value in case of success or an exception in case of failure.