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