|
IKVM11
11
Java SE 11 Virtual Machine for .NET
|
Implementation of Consumer that sends output to a delegate. More...
Public Member Functions | |
| DelegateConsumer (Action< T > action) | |
| Initializes a new instance. | |
| void | accept (object t) |
| Consumer | andThen (Consumer other) |
Implementation of Consumer that sends output to a delegate.
| T |
Definition at line 11 of file DelegateConsumer.cs.
| java.util.function.DelegateConsumer< T >.DelegateConsumer | ( | Action< T > | action | ) |
Initializes a new instance.
| action |
| ArgumentNullException |
Definition at line 21 of file DelegateConsumer.cs.
| void java.util.function.DelegateConsumer< T >.accept | ( | object | t | ) |
Definition at line 26 of file DelegateConsumer.cs.
| Consumer java.util.function.DelegateConsumer< T >.andThen | ( | Consumer | other | ) |
Definition at line 31 of file DelegateConsumer.cs.