Class Value.ValueDouble

    • Constructor Detail

      • ValueDouble

        ValueDouble()
    • Method Detail

      • match

        public final <T> T match​(Function<? super java.lang.Double,​T> doubleFunction,
                                 Function<? super java.lang.Long,​T> longFunction,
                                 Function<? super Distribution,​T> distributionFunction,
                                 Function<? super Summary,​T> summaryFunction,
                                 Function<? super Value,​T> defaultFunction)
        Description copied from class: Value
        Applies the given match function to the underlying data type.
        Specified by:
        match in class Value
      • getValue

        abstract double getValue()
        Returns the double value.
        Returns:
        the double value.