|
IKVM11
11
Java SE 11 Virtual Machine for .NET
|
Implementation of IntSupplier that forwards to a Func<int>. More...
Public Member Functions | |
| DelegateIntSupplier (Func< int > func) | |
| Initializes a new instance. | |
| int | getAsInt () |
Implementation of IntSupplier that forwards to a Func<int>.
| TArg | |
| TResult |
Definition at line 11 of file DelegateIntSupplier.cs.
| java.util.function.DelegateIntSupplier.DelegateIntSupplier | ( | Func< int > | func | ) |
Initializes a new instance.
| func |
| ArgumentNullException |
Definition at line 21 of file DelegateIntSupplier.cs.
| int java.util.function.DelegateIntSupplier.getAsInt | ( | ) |
Definition at line 27 of file DelegateIntSupplier.cs.