public final class DivisionOf extends NumberEnvelope
This class implements Scalar
, which throws a checked
Exception
. This may not be convenient in many cases. To make
it more convenient and get rid of the checked exception you can
use the UncheckedScalar
decorator. Or you may use
IoCheckedScalar
to wrap it in an IOException.
There is no thread-safety guarantee.
Constructor and Description |
---|
DivisionOf(Number dividend,
Number divisor)
Ctor.
|
doubleValue, floatValue, intValue, longValue, value
byteValue, shortValue
Copyright © 2017–2019 Cactoos. All rights reserved.