public class FunctionsKt
| 限定符和类型 | 方法和说明 |
|---|---|
static <T,U> java.util.Map<T,U> |
buildView(java.util.Map<T,? extends U> map)
构造映射浏览器
|
static kotlin.reflect.KClass<? extends java.lang.Object> |
firstGenericType(kotlin.reflect.KClass<?> $receiver,
kotlin.reflect.KClass<?> upper)
找到第一个上界为 upper 的泛型
|
static void |
plusAssign(DynamicScope $receiver,
Component Component)
向动态域添加新的依赖项
|
static DynamicScope |
scope(kotlin.jvm.functions.Function1<? super org.mechdancer.dependency.DynamicScope,kotlin.Unit> block)
构造动态域
|
public static void plusAssign(DynamicScope $receiver, Component Component)
向动态域添加新的依赖项
public static DynamicScope scope(kotlin.jvm.functions.Function1<? super org.mechdancer.dependency.DynamicScope,kotlin.Unit> block)
构造动态域
public static <T,U> java.util.Map<T,U> buildView(java.util.Map<T,? extends U> map)
构造映射浏览器
public static kotlin.reflect.KClass<? extends java.lang.Object> firstGenericType(kotlin.reflect.KClass<?> $receiver,
kotlin.reflect.KClass<?> upper)
找到第一个上界为 upper 的泛型