public interface DoubleSupplier extends DoubleSupplier, Try.DoubleSupplier<RuntimeException>
Modifier and Type | Field and Description |
---|---|
static DoubleSupplier |
RANDOM |
static DoubleSupplier |
ZERO |
Modifier and Type | Method and Description |
---|---|
double |
getAsDouble()
Gets the as double.
|
static final DoubleSupplier ZERO
static final DoubleSupplier RANDOM
double getAsDouble()
Try.DoubleSupplier
getAsDouble
in interface DoubleSupplier
getAsDouble
in interface Try.DoubleSupplier<RuntimeException>
Copyright © 2019. All rights reserved.