Package org.junit.platform.commons.function
@NullMarked
package org.junit.platform.commons.function
Functional interfaces and support classes.
-
ClassDescriptionA container object which may either contain a nullable value in case of success or an exception in case of failure.A transformer for values of type
S
to typeT
.