Klasse ExtendedIterableMediator<E>
java.lang.Object
ch.nolix.core.errorcontrol.validator.ArgumentMediator<Iterable<E>>
ch.nolix.core.errorcontrol.validator.IterableMediator<E>
ch.nolix.core.errorcontrol.validator.ExtendedIterableMediator<E>
- Typparameter:
E- is the type of the elements of the argument of an extended container mediator.
An extended container mediator is not mutable.
- Autor:
- Silvan Wyss
-
Feldübersicht
Felder -
Methodenübersicht
Modifikator und TypMethodeBeschreibungprotected final Stringfinal IterableMediator<E> thatIsInstanceOf(Class<?> type) thatIsNamed(String argumentName) Von Klasse geerbte Methoden IterableMediator
contains, contains, containsAll, containsAll, containsAsManyElementsAs, containsAsManyElementsAs, containsDistinctNonNullElemensOnly, containsEqualing, containsExactly, containsExactlyEqualing, containsExactlyEqualing, containsExactlyInSameOrder, containsExactlyInSameOrder, containsExactlyInSameOrder, containsExactlyOneWithStringRepresentation, containsOnce, hasElementCount, hasSameSizeAs, isEmpty, isNotEmptyVon Klasse geerbte Methoden ArgumentMediator
forArgument, fulfills, getStoredArgument, hasSameStringRepresentationAs, hasStringRepresentation, is, isEqualTo, isNot, isNotEqualTo, isNotNull, isNull, isOfType
-
Felddetails
-
DEFAULT_ARGUMENT_NAME
- Siehe auch:
-
-
Methodendetails
-
thatIsInstanceOf
- Parameter:
type-- Gibt zurück:
- a new container mediator for the argument of this extended container mediator.
-
thatIsNamed
- Parameter:
argumentName-- Gibt zurück:
- a new container mediator with the given argument name for the argument of this extended container mediator.
- Löst aus:
ArgumentIsNullException- if the given argument name is null.EmptyArgumentException- if the given argument name is empty.
-
getArgumentName
- Gibt zurück:
- the argument name of the current
Mediator.
-