Package org.immutables.check
Class OptionalChecker<T>
java.lang.Object
org.immutables.check.OptionalChecker<T>
- Type Parameters:
T- the generic type
The optional match wrapper.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
optionalValue
-
-
Constructor Details
-
OptionalChecker
OptionalChecker(com.google.common.base.Optional<T> optionalValue)
-
-
Method Details
-
asString
-
isAbsent
public void isAbsent() -
isOf
-
isPresent
public void isPresent() -
of
-