|
IKVM11
11
Java SE 11 Virtual Machine for .NET
|
Implementation of LongFunction that forwards to a Func<Int64, TResult>. More...
Public Member Functions | |
| DelegateLongFunction (Func< long, TResult > func) | |
| Initializes a new instance. | |
| object? | apply (long t) |
Implementation of LongFunction that forwards to a Func<Int64, TResult>.
| TResult |
Definition at line 10 of file DelegateLongFunction.cs.
| java.util.function.DelegateLongFunction< TResult >.DelegateLongFunction | ( | Func< long, TResult > | func | ) |
Initializes a new instance.
| func |
| ArgumentNullException |
Definition at line 20 of file DelegateLongFunction.cs.
| object? java.util.function.DelegateLongFunction< TResult >.apply | ( | long | t | ) |
Definition at line 25 of file DelegateLongFunction.cs.