|
IKVM11
11
Java SE 11 Virtual Machine for .NET
|
Implementation of DoubleSupplier that forwards to a Func<double>. More...
Public Member Functions | |
| DelegateDoubleSupplier (Func< double > func) | |
| Initializes a new instance. | |
| double | getAsDouble () |
Implementation of DoubleSupplier that forwards to a Func<double>.
Definition at line 9 of file DelegateDoubleSupplier.cs.
| java.util.function.DelegateDoubleSupplier.DelegateDoubleSupplier | ( | Func< double > | func | ) |
Initializes a new instance.
| func |
| ArgumentNullException |
Definition at line 19 of file DelegateDoubleSupplier.cs.
| double java.util.function.DelegateDoubleSupplier.getAsDouble | ( | ) |
Definition at line 25 of file DelegateDoubleSupplier.cs.