public class DecimalFormatter extends java.lang.Object implements Formatter<java.lang.Double>
DecimalFormatter(PlanConfig config)
java.lang.String
apply(java.lang.Double value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
andThen, compose, identity
public DecimalFormatter(PlanConfig config)
public java.lang.String apply(java.lang.Double value)
apply
java.util.function.Function<java.lang.Double,java.lang.String>