public class Helper extends Object
Constructor and Description |
---|
Helper() |
Modifier and Type | Method and Description |
---|---|
static <CORE,REACTIVE> |
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.
|
public static Class unwrap(Class<?> type)
type
- the type to unwrappublic static <CORE,REACTIVE> Handler<CORE> convertHandler(Handler<REACTIVE> rxHandler, java.util.function.Function<CORE,REACTIVE> mapper)
Copyright © 2025 Eclipse. All rights reserved.