Class Value<T>

    • Field Detail

      • value

        public T value
    • Constructor Detail

      • Value

        public Value()
      • Value

        public Value​(T initial)
    • Method Detail

      • getValue

        public T getValue()
        Specified by:
        getValue in interface de.mhus.lib.basics.Valueable<T>