public class OptionalMatchers
extends Object
-
Constructor Summary
Constructors
-
Method Summary
static org.hamcrest.Matcher<? super Optional<?>>
static org.hamcrest.Matcher<? super Optional<?>>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
OptionalMatchers
public OptionalMatchers()
-
Method Details
-
isPresent
public static org.hamcrest.Matcher<? super Optional<?>> isPresent()
-
isAbsent
public static org.hamcrest.Matcher<? super Optional<?>> isAbsent()