|
IKVM11
11
Java SE 11 Virtual Machine for .NET
|
Implementation of Supplier that forwards to a Func<T>. More...
Public Member Functions | |
| DelegateSupplier (Func< T > func) | |
| Initializes a new instance. | |
| object? | get () |
Implementation of Supplier that forwards to a Func<T>.
| T |
Definition at line 10 of file DelegateSupplier.cs.
| java.util.function.DelegateSupplier< T >.DelegateSupplier | ( | Func< T > | func | ) |
Initializes a new instance.
| func |
| ArgumentNullException |
Definition at line 20 of file DelegateSupplier.cs.
| object? java.util.function.DelegateSupplier< T >.get | ( | ) |
Definition at line 26 of file DelegateSupplier.cs.