jar

com.github.honoluluhenk.fluent-bigdecimals : fluent-bigdecimals

Maven & Gradle

Feb 09, 2022
3 stars

Wrap Java-BigDecimals into a nice fluent API and ease up rounding user-defined precision/scale.

Table Of Contents

Latest Version

Download com.github.honoluluhenk.fluent-bigdecimals : fluent-bigdecimals JAR file - Latest Versions:

All Versions

Download com.github.honoluluhenk.fluent-bigdecimals : fluent-bigdecimals JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x
1.0.x
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window fluent-bigdecimals-2.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.honoluluhenk.fluentbigdecimals.scaler

├─ com.github.honoluluhenk.fluentbigdecimals.scaler.CashRoundingScaler.class - [JAR]

├─ com.github.honoluluhenk.fluentbigdecimals.scaler.FixedScaleScaler.class - [JAR]

├─ com.github.honoluluhenk.fluentbigdecimals.scaler.IntegerScaler.class - [JAR]

├─ com.github.honoluluhenk.fluentbigdecimals.scaler.MaxScaleScaler.class - [JAR]

├─ com.github.honoluluhenk.fluentbigdecimals.scaler.NopScaler.class - [JAR]

├─ com.github.honoluluhenk.fluentbigdecimals.scaler.Scaler.class - [JAR]

├─ com.github.honoluluhenk.fluentbigdecimals.scaler.WithScale.class - [JAR]

com.github.honoluluhenk.fluentbigdecimals

├─ com.github.honoluluhenk.fluentbigdecimals.AbstractFluentBigDecimal.class - [JAR]

├─ com.github.honoluluhenk.fluentbigdecimals.BiProjection.class - [JAR]

├─ com.github.honoluluhenk.fluentbigdecimals.CashRounding.class - [JAR]

├─ com.github.honoluluhenk.fluentbigdecimals.CashRoundingUnits.class - [JAR]

├─ com.github.honoluluhenk.fluentbigdecimals.Configuration.class - [JAR]

├─ com.github.honoluluhenk.fluentbigdecimals.ConfigurationFactory.class - [JAR]

├─ com.github.honoluluhenk.fluentbigdecimals.Factory.class - [JAR]

├─ com.github.honoluluhenk.fluentbigdecimals.FluentBigDecimal.class - [JAR]

├─ com.github.honoluluhenk.fluentbigdecimals.Projection.class - [JAR]

├─ com.github.honoluluhenk.fluentbigdecimals.ScalingConfiguration.class - [JAR]