Class OptionalMediator<T>

Type Parameters:
T - is the type of the element of the Optional of a OptionalMediator.
All Implemented Interfaces:
IOptionalMediator
Direct Known Subclasses:
ExtendedOptionalMediator

public class OptionalMediator<T> extends AbstractObjectMediator<Optional<T>> implements IOptionalMediator
Author:
Silvan Wyss