Package io.vertx.lang.reactivex
Class Helper
- java.lang.Object
-
- io.vertx.lang.reactivex.Helper
-
public class Helper extends Object
- Author:
- Julien Viet
-
-
Constructor Summary
Constructors Constructor Description Helper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <CORE,REACTIVE>
Handler<CORE>convertHandler(Handler<REACTIVE> rxHandler, java.util.function.Function<CORE,REACTIVE> mapper)
Convert a handler for a generated reactive type to a handler for the corresponding core type.static Class
unwrap(Class<?> type)
Unwrap the type used in RxJava.
-