Skip navigation links
D E I M P R V 

D

describeMismatchSafely(Optional<T>, Description) - Method in class rocks.cleancode.hamcrest.optional.IsEmptyMatcher
describeMismatchSafely(Optional<T>, Description) - Method in class rocks.cleancode.hamcrest.optional.IsPresentMatcher
describeMismatchSafely(Optional<T>, Description) - Method in class rocks.cleancode.hamcrest.optional.ValueMatcher
describeTo(Description) - Method in class rocks.cleancode.hamcrest.optional.IsEmptyMatcher
describeTo(Description) - Method in class rocks.cleancode.hamcrest.optional.IsPresentMatcher
describeTo(Description) - Method in class rocks.cleancode.hamcrest.optional.ValueMatcher

E

empty() - Static method in class rocks.cleancode.hamcrest.optional.IsEmptyMatcher
Create a matcher for empty Optional.

I

IsEmptyMatcher<T> - Class in rocks.cleancode.hamcrest.optional
Matches an empty Optional.
IsPresentMatcher<T> - Class in rocks.cleancode.hamcrest.optional
Matches an Optional with a value.

M

matchesSafely(Optional<T>) - Method in class rocks.cleancode.hamcrest.optional.IsEmptyMatcher
matchesSafely(Optional<T>) - Method in class rocks.cleancode.hamcrest.optional.IsPresentMatcher
matchesSafely(Optional<T>) - Method in class rocks.cleancode.hamcrest.optional.ValueMatcher

P

present() - Static method in class rocks.cleancode.hamcrest.optional.IsPresentMatcher
Create a matcher for Optional having a value.

R

rocks.cleancode.hamcrest.optional - package rocks.cleancode.hamcrest.optional
Hamcrest matchers for Optional.

V

value(Matcher<T>) - Static method in class rocks.cleancode.hamcrest.optional.ValueMatcher
Create a matcher for the value of the Optional.
ValueMatcher<T> - Class in rocks.cleancode.hamcrest.optional
Matches the value of an Optional.
D E I M P R V 
Skip navigation links

Copyright © 2022. All rights reserved.