接口的使用
com.antgroup.antchain.myjava.metaprogramming.Value
-
使用Value的程序包 程序包 说明 com.antgroup.antchain.myjava.metaprogramming -
-
com.antgroup.antchain.myjava.metaprogramming中Value的使用
返回Value的com.antgroup.antchain.myjava.metaprogramming中的方法 修饰符和类型 方法 说明 Value<T>LazyComputation. compute()static <T> Value<T>Metaprogramming. emit(Computation<T> computation)static <T> Value<T>Metaprogramming. lazy(Computation<T> computation)static <T> Value<T>Metaprogramming. lazyFragment(LazyComputation<T> computation)static <T> Value<T>Metaprogramming. proxy(ReflectClass<T> type, InvocationHandler<T> handler)static <T> Value<T>Metaprogramming. proxy(Class<T> type, InvocationHandler<T> handler)参数类型为Value的com.antgroup.antchain.myjava.metaprogramming中的方法 修饰符和类型 方法 说明 voidInvocationHandler. invoke(Value<T> proxy, ReflectMethod method, Value<Object>[] args)
-