Class Helper
java.lang.Object
io.vertx.lang.rxjava3.Helper
- Author:
- Julien Viet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <CORE,REACTIVE>
Handler<CORE> convertHandler(Handler<REACTIVE> rxHandler, Function<CORE, REACTIVE> mapper) Convert a handler for a generated reactive type to a handler for the corresponding core type.static ClassUnwrap the type used in RxJava.
-
Constructor Details
-
Helper
public Helper()
-
-
Method Details
-
unwrap
-
convertHandler
-