Package io.atlassian.fugue.hamcrest
Class TryMatchers
java.lang.Object
io.atlassian.fugue.hamcrest.TryMatchers
- Since:
- 4.7.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static classprivate static class -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TryMatchers
private TryMatchers()
-
-
Method Details
-
isFailure
-
isFailure
-
isSuccessful
public static <A> org.hamcrest.Matcher<Try<A>> isSuccessful(org.hamcrest.Matcher<? super A> subMatcher)
-