Schnittstelle IMutableOptionalValueHolder<V>

Typparameter:
V - is the type of the value of a IMutableOptionalValueHolder.
Alle Superschnittstellen:
IOptionalValueHolder<V>

public interface IMutableOptionalValueHolder<V> extends IOptionalValueHolder<V>
Autor:
Silvan Wyss
  • Methodendetails

    • removeValue

      void removeValue()
    • setValue

      void setValue(V value)