@FunctionalInterface public interface Action<E,C extends Context,D extends Data>
BiConsumer
that takes three arguments instead of two and also locks down the upper bound
of two of the arguments.| Modifier and Type | Method and Description |
|---|---|
void |
accept(E event,
C context,
D data)
Performs this operation on the given arguments.
|
Copyright © 2019. All rights reserved.