public class Effect<T> extends Object
| Constructor and Description |
|---|
Effect(Consumer<T> onIncoming,
Consumer<T> onLeaving) |
| Modifier and Type | Method and Description |
|---|---|
Consumer<T> |
getOnIncoming() |
Consumer<T> |
getOnLeaving() |
Copyright © 2019 The Apache Software Foundation. All rights reserved.