Class Data.Value<T>

    • Constructor Detail

      • Value

        public Value​(T value)
    • Method Detail

      • take

        public T take()
        Description copied from interface: Data
        Take the data.
        Specified by:
        take in interface Data<T>
        Returns:
        The data