public interface ObjectChecker<OIN,E> extends AbstractObjectChecker<ObjectChecker<OIN,E>,OIN,E>
This interface is used for object whose type doesn’t have an explicit support. Do not try to extend/implement this class to support your own class.
Modifier and Type | Interface and Description |
---|---|
static class |
ObjectChecker.Impl<OIN,E> |
Checker.Base<V extends Checker<V,T,R>,T,R>
Matcher.JunctionType
equalTo, instanceOf, invoke, invokeStatic, notNull, nullValue, sameReferenceAs
$, addCheckPhrase, checkWithPredicate, done, predicate
allOf, anyOf, toPredicate, transformFunction
booleanValue, createPredicateForAllOf, doubleValue, floatValue, integerValue, listValue, longValue, objectValue, shortValue, statementPredicate, statementValue, streamValue, stringValue, throwableValue
Copyright © 2024. All rights reserved.