Uses of Interface
org.junit.platform.commons.function.Try.Transformer
Packages that use Try.Transformer
-
Uses of Try.Transformer in org.junit.platform.commons.function
Methods in org.junit.platform.commons.function with parameters of type Try.TransformerModifier and TypeMethodDescriptionabstract <U> Try<U> Try.andThenTry(Try.Transformer<V, U> transformer) If thisTryis a success, apply the supplied transformer to its value and return a new successful or failedTrydepending on the transformer's outcome; if thisTryis a failure, do nothing.