public class SingleOnSubscribeAdapter<T> extends Object implements rx.Single.OnSubscribe<T>
| Modifier and Type | Field and Description |
|---|---|
protected Consumer<Handler<AsyncResult<T>>> |
consumer |
| Constructor and Description |
|---|
SingleOnSubscribeAdapter(Consumer<Handler<AsyncResult<T>>> consumer) |
protected final Consumer<Handler<AsyncResult<T>>> consumer
public SingleOnSubscribeAdapter(Consumer<Handler<AsyncResult<T>>> consumer)
Copyright © 2023 Eclipse. All rights reserved.