JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Use
Tree
Deprecated
Index
Search
Help
JUnit
org.junit.platform.commons
org.junit.platform.commons.function
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Related Packages
Classes and Interfaces
Package org.junit.platform.commons.function
@NullMarked
package
org.junit.platform.commons.function
Functional interfaces and support classes.
Related Packages
Package
Description
org.junit.platform.commons
Common APIs and support utilities for the JUnit Platform.
org.junit.platform.commons.annotation
Common annotations for the JUnit Platform.
org.junit.platform.commons.io
IO-related interfaces and support classes
org.junit.platform.commons.logging
Internal
logging
package.
org.junit.platform.commons.support
Common support APIs provided by the JUnit Platform.
org.junit.platform.commons.util
Internal common utilities for JUnit.
All Classes and Interfaces
Interfaces
Classes
Class
Description
Try
<V extends
@Nullable
Object
>
A container object which may either contain a nullable value in case of
success
or an exception in case of
failure
.
Try.Transformer
<S extends
@Nullable
Object
, T extends
@Nullable
Object
>
A transformer for values of type
S
to type
T
.