Absence<T> |
|
Criteria<T> |
|
ExceptionSupplier |
|
FunctionFactory.ArrayFunctionFactory<T,R> |
|
FunctionFactory.ArrayItemFunctionFactory<T,R> |
|
FunctionFactory.ItemFunctionFactory<T,S,R,P> |
|
FunctionFactory.IterableFunctionFactory<T,S,R,P> |
|
FunctionFactory.IterableItemFunctionFactory<T,R,S extends Iterable<R>> |
|
FunctionFactory.ListFunctionFactory<T,R,S extends Iterable<R>> |
|
FunctionFactory.ObjectFunctionFactory<T,R> |
|
Presence<T> |
|
PresenceParameterValueGetter |
|
SelfDescribed |
This class is for custom auxiliary classes to make their instances
able to self-describe via SelfDescribed.toString() method.
|
SequentialActionSupplier<T,R,THIS extends SequentialActionSupplier<T,R,THIS>> |
This class is designed to build and to supply actions to be performed on different objects.
|
SequentialActionSupplier.DefaultActionParameterReader |
|
SequentialGetStepSupplier<T,R,M,P,THIS extends SequentialGetStepSupplier<T,R,M,P,THIS>> |
This class is designed to build and to supply sequential functions to get desired value.
|
SequentialGetStepSupplier.DefaultGetParameterReader |
|
SequentialGetStepSupplier.GetArrayChainedStepSupplier<T,R,M,THIS extends SequentialGetStepSupplier.GetArrayChainedStepSupplier<T,R,M,THIS>> |
This class is designed to build and supply chained functions to get some desired array-value.
|
SequentialGetStepSupplier.GetArrayStepSupplier<T,R,THIS extends SequentialGetStepSupplier.GetArrayStepSupplier<T,R,THIS>> |
This class is designed to build and supply functions to get some desired array-value.
|
SequentialGetStepSupplier.GetListChainedStepSupplier<T,S extends Iterable<R>,M,R,THIS extends SequentialGetStepSupplier.GetListChainedStepSupplier<T,S,M,R,THIS>> |
This class is designed to build and supply chained functions to get some immutable list-value.
|
SequentialGetStepSupplier.GetListStepSupplier<T,S extends Iterable<R>,R,THIS extends SequentialGetStepSupplier.GetListStepSupplier<T,S,R,THIS>> |
This class is designed to build and supply functions to get some immutable list-value.
|
SequentialGetStepSupplier.GetObjectChainedStepSupplier<T,R,M,THIS extends SequentialGetStepSupplier.GetObjectChainedStepSupplier<T,R,M,THIS>> |
This class is designed to build and supply chained functions to get object-value.
|
SequentialGetStepSupplier.GetObjectFromArrayChainedStepSupplier<T,R,M,THIS extends SequentialGetStepSupplier.GetObjectFromArrayChainedStepSupplier<T,R,M,THIS>> |
This class is designed to build and supply chained functions to get desired value using some array.
|
SequentialGetStepSupplier.GetObjectFromArrayStepSupplier<T,R,THIS extends SequentialGetStepSupplier.GetObjectFromArrayStepSupplier<T,R,THIS>> |
This class is designed to build and supply functions to get desired value using some array.
|
SequentialGetStepSupplier.GetObjectFromIterableChainedStepSupplier<T,R,M,THIS extends SequentialGetStepSupplier.GetObjectFromIterableChainedStepSupplier<T,R,M,THIS>> |
This class is designed to build and supply chained functions to get desired value using some iterable.
|
SequentialGetStepSupplier.GetObjectFromIterableStepSupplier<T,R,THIS extends SequentialGetStepSupplier.GetObjectFromIterableStepSupplier<T,R,THIS>> |
This class is designed to build and supply functions to get desired value using some iterable.
|
SequentialGetStepSupplier.GetObjectStepSupplier<T,R,THIS extends SequentialGetStepSupplier.GetObjectStepSupplier<T,R,THIS>> |
This class is designed to build and supply functions to get some desired object-value.
|
SequentialGetStepSupplier.GetSimpleStepSupplier<T,R,THIS extends SequentialGetStepSupplier.GetSimpleStepSupplier<T,R,THIS>> |
|
Step<T> |
This class allows to perform steps and to create it as a java object.
|