public static class ObjectFluent.Step<Value,TheFluent,This extends ObjectFluent.Step<Value,TheFluent,This>> extends org.cthul.matchers.fluent.builder.FluentStepBuilder<Value,TheFluent,This> implements ObjectFluent<Value,TheFluent,TheFluent,This>
org.cthul.matchers.fluent.builder.AbstractFluentStepBuilder.BasicAndChain<Value,TheFluent>, org.cthul.matchers.fluent.builder.AbstractFluentStepBuilder.BasicOrChain<Value,TheFluent>ObjectFluent.AndChain<Value,TheFluent,This extends ObjectFluent.AndChain<Value,TheFluent,This>>, ObjectFluent.Assert<Value>, ObjectFluent.OrChain<Value,TheFluent,This extends ObjectFluent.OrChain<Value,TheFluent,This>>, ObjectFluent.Step<Value,TheFluent,This extends ObjectFluent.Step<Value,TheFluent,This>>| Constructor and Description |
|---|
Step(org.cthul.matchers.fluent.builder.Matchable<? extends Value,TheFluent> matchable) |
| Modifier and Type | Method and Description |
|---|---|
static <Value,TheFluent> |
adapter() |
ObjectFluent.AndChain<Value,TheFluent,?> |
all() |
BigDecimalFluent.Step<BigDecimal,TheFluent,?> |
asBigDecimal()
Converts this fluent into a BigDecimalFluent.Step
|
ClassFluent.Step<Class<?>,TheFluent,?> |
asClass()
Converts this fluent into a ClassFluent.Step
|
<T> CollectionFluent.Step<T,Collection<T>,TheFluent,?> |
asCollection()
Converts this fluent into a CollectionFluent.Step
|
<C extends Comparable<C>> |
asComparable()
Converts this fluent into a ComparableFluent.Step
|
DoubleFluent.Step<Double,TheFluent,?> |
asDouble()
Converts this fluent into a DoubleFluent.Step
|
ExceptionFluent.Step<Throwable,TheFluent,?> |
asException()
Converts this fluent into a ExceptionFluent.Step
|
ComparableFluent.Step<Float,Float,TheFluent,?> |
asFloat()
Converts this fluent into a ComparableFluent.Step
|
IntegerFluent.Step<Integer,TheFluent,?> |
asInteger()
Converts this fluent into a IntegerFluent.Step
|
<T> IterableFluent.Step<T,Iterable<T>,TheFluent,?> |
asIterable()
Converts this fluent into a IterableFluent.Step
|
ComparableFluent.Step<Long,Long,TheFluent,?> |
asLong()
Converts this fluent into a ComparableFluent.Step
|
<K,V> MapFluent.Step<K,V,Map<K,V>,TheFluent,?> |
asMap()
Converts this fluent into a MapFluent.Step
|
<K> CollectionFluent.Step<K,Set<K>,TheFluent,?> |
asSet()
Converts this fluent into a CollectionFluent.Step
|
StringFluent.Step<String,TheFluent,?> |
asString()
Converts this fluent into a StringFluent.Step
|
ObjectFluent.AndChain<Value,TheFluent,?> |
both() |
ObjectFluent.AndChain<Value,TheFluent,?> |
both(org.hamcrest.Matcher<? super Value> matcher) |
ObjectFluent.OrChain<Value,TheFluent,?> |
either() |
ObjectFluent.OrChain<Value,TheFluent,?> |
either(org.hamcrest.Matcher<? super Value> matcher) |
_apply, adapter, factory__, __, __, _adapt, _adapt, _all, _both, _chain, _either, _has, _is, _match, _match, _match, _matchable, _matchable, _negation, _not, _prefix, _step, _step, _step, _this, allOf, anyOf, as, as, asFluent, equalTo, has, has, has, has, hasNot, hasNot, hasNot, hasNot, hasType, is, is, is, isA, isNot, isNot, isNot, noneOf, not, not, not, not, notclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitget, get, hasToString, hasToString, isIn, isIn, isOneOf, notNullValue, nullValue, sameInstance, theInstance__, __, __, allOf, anyOf, as, as, equalTo, has, has, has, has, hasNot, hasNot, hasNot, hasNot, hasType, is, is, is, isA, isNot, isNot, isNot, noneOf, not, not, not, not, notpublic Step(org.cthul.matchers.fluent.builder.Matchable<? extends Value,TheFluent> matchable)
public ObjectFluent.OrChain<Value,TheFluent,?> either()
either in interface org.cthul.matchers.fluent.ext.ExtensibleFluentStep<Value,TheFluent,TheFluent,This extends ObjectFluent.Step<Value,TheFluent,This>>either in interface org.cthul.matchers.fluent.FluentStep<Value,TheFluent>either in interface ObjectFluent<Value,TheFluent,TheFluent,This extends ObjectFluent.Step<Value,TheFluent,This>>either in class org.cthul.matchers.fluent.builder.AbstractFluentStepBuilder<Value,TheFluent,TheFluent,This extends ObjectFluent.Step<Value,TheFluent,This>>public ObjectFluent.OrChain<Value,TheFluent,?> either(org.hamcrest.Matcher<? super Value> matcher)
either in interface org.cthul.matchers.fluent.ext.ExtensibleFluentStep<Value,TheFluent,TheFluent,This extends ObjectFluent.Step<Value,TheFluent,This>>either in interface org.cthul.matchers.fluent.FluentStep<Value,TheFluent>either in interface ObjectFluent<Value,TheFluent,TheFluent,This extends ObjectFluent.Step<Value,TheFluent,This>>either in class org.cthul.matchers.fluent.builder.AbstractFluentStepBuilder<Value,TheFluent,TheFluent,This extends ObjectFluent.Step<Value,TheFluent,This>>public ObjectFluent.AndChain<Value,TheFluent,?> both()
both in interface org.cthul.matchers.fluent.ext.ExtensibleFluentStep<Value,TheFluent,TheFluent,This extends ObjectFluent.Step<Value,TheFluent,This>>both in interface org.cthul.matchers.fluent.FluentStep<Value,TheFluent>both in interface ObjectFluent<Value,TheFluent,TheFluent,This extends ObjectFluent.Step<Value,TheFluent,This>>both in class org.cthul.matchers.fluent.builder.AbstractFluentStepBuilder<Value,TheFluent,TheFluent,This extends ObjectFluent.Step<Value,TheFluent,This>>public ObjectFluent.AndChain<Value,TheFluent,?> both(org.hamcrest.Matcher<? super Value> matcher)
both in interface org.cthul.matchers.fluent.ext.ExtensibleFluentStep<Value,TheFluent,TheFluent,This extends ObjectFluent.Step<Value,TheFluent,This>>both in interface org.cthul.matchers.fluent.FluentStep<Value,TheFluent>both in interface ObjectFluent<Value,TheFluent,TheFluent,This extends ObjectFluent.Step<Value,TheFluent,This>>both in class org.cthul.matchers.fluent.builder.AbstractFluentStepBuilder<Value,TheFluent,TheFluent,This extends ObjectFluent.Step<Value,TheFluent,This>>public ObjectFluent.AndChain<Value,TheFluent,?> all()
all in interface org.cthul.matchers.fluent.ext.ExtensibleFluentStep<Value,TheFluent,TheFluent,This extends ObjectFluent.Step<Value,TheFluent,This>>all in interface org.cthul.matchers.fluent.FluentStep<Value,TheFluent>all in interface ObjectFluent<Value,TheFluent,TheFluent,This extends ObjectFluent.Step<Value,TheFluent,This>>all in class org.cthul.matchers.fluent.builder.AbstractFluentStepBuilder<Value,TheFluent,TheFluent,This extends ObjectFluent.Step<Value,TheFluent,This>>public ClassFluent.Step<Class<?>,TheFluent,?> asClass()
public <C extends Comparable<C>> ComparableFluent.Step<C,C,TheFluent,?> asComparable()
public IntegerFluent.Step<Integer,TheFluent,?> asInteger()
public ComparableFluent.Step<Long,Long,TheFluent,?> asLong()
public ComparableFluent.Step<Float,Float,TheFluent,?> asFloat()
public DoubleFluent.Step<Double,TheFluent,?> asDouble()
public BigDecimalFluent.Step<BigDecimal,TheFluent,?> asBigDecimal()
public <T> IterableFluent.Step<T,Iterable<T>,TheFluent,?> asIterable()
public <T> CollectionFluent.Step<T,Collection<T>,TheFluent,?> asCollection()
public <K> CollectionFluent.Step<K,Set<K>,TheFluent,?> asSet()
public <K,V> MapFluent.Step<K,V,Map<K,V>,TheFluent,?> asMap()
public ExceptionFluent.Step<Throwable,TheFluent,?> asException()
public StringFluent.Step<String,TheFluent,?> asString()
public static <Value,TheFluent> org.cthul.matchers.fluent.ext.ExtensionFactory<Object,ObjectFluent.Assert<Value>,TheFluent,ObjectFluent.Step<Value,TheFluent,?>> adapter()
Copyright © 2015. All Rights Reserved.