SUB_T
- the type of subscriber to dispatch topublic interface DispatcherOp<SUB_T>
Modifier and Type | Method and Description |
---|---|
void |
dispatch(SUB_T sub)
Performs the dispatching operation on the subscriber.
|
void dispatch(SUB_T sub)
sub
- the subscriber, cannot be null
Copyright © 2015. All rights reserved.