Klasse OptionalMediator<T>

java.lang.Object
ch.nolix.core.errorcontrol.validator.ArgumentMediator<Optional<T>>
ch.nolix.core.errorcontrol.validator.OptionalMediator<T>
Typparameter:
T - is the type of the element of the Optional of a OptionalMediator.
Alle implementierten Schnittstellen:
IOptionalMediator
Bekannte direkte Unterklassen:
ExtendedOptionalMediator

public class OptionalMediator<T> extends ArgumentMediator<Optional<T>> implements IOptionalMediator
Autor:
Silvan Wyss