From a0635b65721ab794f8e356cb3201e0e2450498be Mon Sep 17 00:00:00 2001 From: AuroraLS3 <24460436+AuroraLS3@users.noreply.github.com> Date: Sat, 17 Apr 2021 06:39:14 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20plan-pla?= =?UTF-8?q?yer-analytics/Plan@9bf083802610cc4659c7678b87722117b687d817=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../plan/extension/builder/ValueBuilder.html | 42 +++++++++--------- .../builder/ExtValueBuilder.html | 42 +++++++++--------- all/index-all.html | 20 ++++----- all/member-search-index.js | 2 +- all/member-search-index.zip | Bin 76790 -> 76814 bytes all/overview-summary.html | 2 +- all/package-search-index.zip | Bin 1050 -> 1050 bytes all/type-search-index.zip | Bin 7960 -> 7960 bytes .../plan/extension/builder/ValueBuilder.html | 42 +++++++++--------- api/index-all.html | 14 +++--- api/member-search-index.js | 2 +- api/member-search-index.zip | Bin 4604 -> 4622 bytes api/overview-summary.html | 2 +- api/package-search-index.zip | Bin 342 -> 342 bytes api/type-search-index.zip | Bin 877 -> 877 bytes 15 files changed, 84 insertions(+), 84 deletions(-) diff --git a/all/com/djrapitops/plan/extension/builder/ValueBuilder.html b/all/com/djrapitops/plan/extension/builder/ValueBuilder.html index 5d0a27442..e018594e7 100644 --- a/all/com/djrapitops/plan/extension/builder/ValueBuilder.html +++ b/all/com/djrapitops/plan/extension/builder/ValueBuilder.html @@ -184,7 +184,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); DataValue<java.lang.Double> -buildDouble​(double value) +buildDouble​(java.lang.Double value)
Build a Floating point number.
@@ -212,7 +212,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); DataValue<java.lang.Long> -buildNumber​(long value) +buildNumber​(java.lang.Long value)
Build a Number.
@@ -226,7 +226,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); DataValue<java.lang.Double> -buildPercentage​(double percentage) +buildPercentage​(java.lang.Double percentage)
Build a Percentage.
@@ -286,28 +286,28 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height")); ValueBuilder format​(FormatType formatType) -
buildNumber(long) specific method, format the value with FormatType
+
buildNumber(Long) specific method, format the value with FormatType
default ValueBuilder formatAsDateWithSeconds() -
buildNumber(long) specific method, format the value as a epoch ms timestamp.
+
buildNumber(Long) specific method, format the value as a epoch ms timestamp.
default ValueBuilder formatAsDateWithYear() -
buildNumber(long) specific method, format the value as a epoch ms timestamp.
+
buildNumber(Long) specific method, format the value as a epoch ms timestamp.
default ValueBuilder formatAsTimeAmount() -
buildNumber(long) specific method, format the value as milliseconds of time.
+
buildNumber(Long) specific method, format the value as milliseconds of time.
@@ -519,7 +519,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
  • formatAsDateWithYear

    default ValueBuilder formatAsDateWithYear()
    -
    buildNumber(long) specific method, format the value as a epoch ms timestamp.
    +
    buildNumber(Long) specific method, format the value as a epoch ms timestamp.
    Returns:
    This builder.
    @@ -533,7 +533,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
  • formatAsDateWithSeconds

    default ValueBuilder formatAsDateWithSeconds()
    -
    buildNumber(long) specific method, format the value as a epoch ms timestamp.
    +
    buildNumber(Long) specific method, format the value as a epoch ms timestamp.
    Returns:
    This builder.
    @@ -547,7 +547,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
  • formatAsTimeAmount

    default ValueBuilder formatAsTimeAmount()
    -
    buildNumber(long) specific method, format the value as milliseconds of time.
    +
    buildNumber(Long) specific method, format the value as milliseconds of time.
    Returns:
    This builder.
    @@ -561,7 +561,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
  • format

    ValueBuilder format​(FormatType formatType)
    -
    buildNumber(long) specific method, format the value with FormatType
    +
    buildNumber(Long) specific method, format the value with FormatType
    Returns:
    This builder.
    @@ -631,13 +631,13 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
  • - +
    • buildNumber

      -
      DataValue<java.lang.Long> buildNumber​(long value)
      +
      DataValue<java.lang.Long> buildNumber​(java.lang.Long value)
      Build a Number.
      Parameters:
      @@ -647,13 +647,13 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
    - +
    • buildDouble

      -
      DataValue<java.lang.Double> buildDouble​(double value)
      +
      DataValue<java.lang.Double> buildDouble​(java.lang.Double value)
      Build a Floating point number.
      Parameters:
      @@ -663,13 +663,13 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
    - +
    • buildPercentage

      -
      DataValue<java.lang.Double> buildPercentage​(double percentage)
      +
      DataValue<java.lang.Double> buildPercentage​(java.lang.Double percentage)
      Build a Percentage.
      Parameters:
      @@ -758,8 +758,8 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));

      buildNumber

      DataValue<java.lang.Long> buildNumber​(java.util.function.Supplier<java.lang.Long> value)
      Lambda version for conditional return or throwing NotReadyException. - - buildNumber(long)
      +

      + buildNumber(Long)

    @@ -771,7 +771,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
    DataValue<java.lang.Double> buildDouble​(java.util.function.Supplier<java.lang.Double> value)
    Lambda version for conditional return or throwing NotReadyException. - buildDouble(double)
    + buildDouble(Double)
  • @@ -783,7 +783,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
    DataValue<java.lang.Double> buildPercentage​(java.util.function.Supplier<java.lang.Double> percentage)
    Lambda version for conditional return or throwing NotReadyException. - buildPercentage(double)
    + buildPercentage(Double)
  • diff --git a/all/com/djrapitops/plan/extension/implementation/builder/ExtValueBuilder.html b/all/com/djrapitops/plan/extension/implementation/builder/ExtValueBuilder.html index 171b823ee..1508793ed 100644 --- a/all/com/djrapitops/plan/extension/implementation/builder/ExtValueBuilder.html +++ b/all/com/djrapitops/plan/extension/implementation/builder/ExtValueBuilder.html @@ -211,7 +211,7 @@ implements DataValue<java.lang.Double> -buildDouble​(double value) +buildDouble​(java.lang.Double value)
    Build a Floating point number.
    @@ -239,7 +239,7 @@ implements DataValue<java.lang.Long> -buildNumber​(long value) +buildNumber​(java.lang.Long value)
    Build a Number.
    @@ -253,7 +253,7 @@ implements DataValue<java.lang.Double> -buildPercentage​(double value) +buildPercentage​(java.lang.Double value)
    Build a Percentage.
    @@ -313,7 +313,7 @@ implements ValueBuilder format​(FormatType formatType) -
    ValueBuilder.buildNumber(long) specific method, format the value with FormatType
    +
    ValueBuilder.buildNumber(Long) specific method, format the value with FormatType
    @@ -556,7 +556,7 @@ implements public ValueBuilder format​(FormatType formatType)
    Description copied from interface: ValueBuilder
    -
    ValueBuilder.buildNumber(long) specific method, format the value with FormatType
    +
    ValueBuilder.buildNumber(Long) specific method, format the value with FormatType
    Specified by:
    format in interface ValueBuilder
    @@ -678,18 +678,18 @@ implements +