Package io.smallrye.mutiny.vertx
Class TypeArg<T>
- java.lang.Object
-
- io.smallrye.mutiny.vertx.TypeArg<T>
-
public class TypeArg<T> extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <U> TypeArg<U>
of(Class<U> type)
static <T> TypeArg<T>
unknown()
<X> X
unwrap(T o)
T
wrap(Object o)
-