Klasse MultiLongMediator
java.lang.Object
ch.nolix.core.errorcontrol.validator.MultiArgumentMediator<Long>
ch.nolix.core.errorcontrol.validator.MultiLongMediator
A long container mediator is not mutable.
- Version:
- 2017-01-01
- Autor:
- Silvan Wyss
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungMultiLongMediator
(long[] arguments) MultiLongMediator
(Iterable<Long> arguments) Creates a new long container mediator with the given arguments. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
static MultiLongMediator
forValue
(int value, int[] values) Von Klasse geerbte Methoden ch.nolix.core.errorcontrol.validator.MultiArgumentMediator
areNotNull, fulfill, getStoredArguments
-
Konstruktordetails
-
MultiLongMediator
Creates a new long container mediator with the given arguments.- Parameter:
arguments
-- Löst aus:
ArgumentIsNullException
- if the given argument container is null.
-
MultiLongMediator
public MultiLongMediator(long[] arguments)
-
-
Methodendetails
-
forValue
-
arePositive
public void arePositive()- Löst aus:
ArgumentIsNullException
- if one of the arguments of this long container mediator is null.NonPositiveArgumentException
- if one of the arguments of this long container mediator is not positive.
-