Class Value.ValueLong

    • Constructor Detail

      • ValueLong

        ValueLong()
    • 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 long getValue()
        Returns the long value.
        Returns:
        the long value.