Package org.junit.platform.commons.function


package org.junit.platform.commons.function
Maintained functional interfaces and support classes.
  • Interface Summary
    Interface
    Description
    A transformer for values of type S to type T.
  • 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.