|
IKVM11
11
Java SE 11 Virtual Machine for .NET
|
Classes | |
| class | BaseStreamExtensions |
| class | ConsumerExtensions |
| class | DelegateConsumer |
| Implementation of Consumer that sends output to a delegate. More... | |
| class | DelegateDoubleFunction |
| Implementation of DoubleFunction that forwards to a Func<Double, TResult>. More... | |
| class | DelegateDoubleSupplier |
| Implementation of DoubleSupplier that forwards to a Func<double>. More... | |
| class | DelegateFunction |
| Implementation of Function that forwards to a Func<T, TResult>. More... | |
| class | DelegateIntFunction |
| Implementation of IntFunction that forwards to a Func<Int32, TResult>. More... | |
| class | DelegateIntSupplier |
| Implementation of IntSupplier that forwards to a Func<int>. More... | |
| class | DelegateLongFunction |
| Implementation of LongFunction that forwards to a Func<Int64, TResult>. More... | |
| class | DelegateLongSupplier |
| Implementation of LongSupplier that forwards to a Func<long>. More... | |
| class | DelegatePredicate |
| Implements the Predicate interface against a delegate. More... | |
| class | DelegateSupplier |
| Implementation of Supplier that forwards to a Func<T>. More... | |
| struct | StreamWrapper |
| Wraps a Stream to produce an IEnumerable<T>. More... | |