public final class Ray extends Object
| 构造器和说明 |
|---|
Ray() |
| 限定符和类型 | 方法和说明 |
|---|---|
static PyActorCreator |
actor(PyActorClass pyActorClass) |
static PyActorCreator |
actor(PyActorClass pyActorClass,
Object obj0) |
static PyActorCreator |
actor(PyActorClass pyActorClass,
Object obj0,
Object obj1) |
static PyActorCreator |
actor(PyActorClass pyActorClass,
Object obj0,
Object obj1,
Object obj2) |
static PyActorCreator |
actor(PyActorClass pyActorClass,
Object obj0,
Object obj1,
Object obj2,
Object obj3) |
static PyActorCreator |
actor(PyActorClass pyActorClass,
Object obj0,
Object obj1,
Object obj2,
Object obj3,
Object obj4) |
static PyActorCreator |
actor(PyActorClass pyActorClass,
Object obj0,
Object obj1,
Object obj2,
Object obj3,
Object obj4,
Object obj5) |
static <A> ActorCreator<A> |
actor(RayFunc0<A> f) |
static <T0,A> ActorCreator<A> |
actor(RayFunc1<T0,A> f,
ObjectRef<T0> t0) |
static <T0,A> ActorCreator<A> |
actor(RayFunc1<T0,A> f,
T0 t0) |
static <T0,T1,A> ActorCreator<A> |
actor(RayFunc2<T0,T1,A> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1) |
static <T0,T1,A> ActorCreator<A> |
actor(RayFunc2<T0,T1,A> f,
ObjectRef<T0> t0,
T1 t1) |
static <T0,T1,A> ActorCreator<A> |
actor(RayFunc2<T0,T1,A> f,
T0 t0,
ObjectRef<T1> t1) |
static <T0,T1,A> ActorCreator<A> |
actor(RayFunc2<T0,T1,A> f,
T0 t0,
T1 t1) |
static <T0,T1,T2,A> |
actor(RayFunc3<T0,T1,T2,A> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2) |
static <T0,T1,T2,A> |
actor(RayFunc3<T0,T1,T2,A> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
T2 t2) |
static <T0,T1,T2,A> |
actor(RayFunc3<T0,T1,T2,A> f,
ObjectRef<T0> t0,
T1 t1,
ObjectRef<T2> t2) |
static <T0,T1,T2,A> |
actor(RayFunc3<T0,T1,T2,A> f,
ObjectRef<T0> t0,
T1 t1,
T2 t2) |
static <T0,T1,T2,A> |
actor(RayFunc3<T0,T1,T2,A> f,
T0 t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2) |
static <T0,T1,T2,A> |
actor(RayFunc3<T0,T1,T2,A> f,
T0 t0,
ObjectRef<T1> t1,
T2 t2) |
static <T0,T1,T2,A> |
actor(RayFunc3<T0,T1,T2,A> f,
T0 t0,
T1 t1,
ObjectRef<T2> t2) |
static <T0,T1,T2,A> |
actor(RayFunc3<T0,T1,T2,A> f,
T0 t0,
T1 t1,
T2 t2) |
static <T0,T1,T2,T3,A> |
actor(RayFunc4<T0,T1,T2,T3,A> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3) |
static <T0,T1,T2,T3,A> |
actor(RayFunc4<T0,T1,T2,T3,A> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
T3 t3) |
static <T0,T1,T2,T3,A> |
actor(RayFunc4<T0,T1,T2,T3,A> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
T2 t2,
ObjectRef<T3> t3) |
static <T0,T1,T2,T3,A> |
actor(RayFunc4<T0,T1,T2,T3,A> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
T2 t2,
T3 t3) |
static <T0,T1,T2,T3,A> |
actor(RayFunc4<T0,T1,T2,T3,A> f,
ObjectRef<T0> t0,
T1 t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3) |
static <T0,T1,T2,T3,A> |
actor(RayFunc4<T0,T1,T2,T3,A> f,
ObjectRef<T0> t0,
T1 t1,
ObjectRef<T2> t2,
T3 t3) |
static <T0,T1,T2,T3,A> |
actor(RayFunc4<T0,T1,T2,T3,A> f,
ObjectRef<T0> t0,
T1 t1,
T2 t2,
ObjectRef<T3> t3) |
static <T0,T1,T2,T3,A> |
actor(RayFunc4<T0,T1,T2,T3,A> f,
ObjectRef<T0> t0,
T1 t1,
T2 t2,
T3 t3) |
static <T0,T1,T2,T3,A> |
actor(RayFunc4<T0,T1,T2,T3,A> f,
T0 t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3) |
static <T0,T1,T2,T3,A> |
actor(RayFunc4<T0,T1,T2,T3,A> f,
T0 t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
T3 t3) |
static <T0,T1,T2,T3,A> |
actor(RayFunc4<T0,T1,T2,T3,A> f,
T0 t0,
ObjectRef<T1> t1,
T2 t2,
ObjectRef<T3> t3) |
static <T0,T1,T2,T3,A> |
actor(RayFunc4<T0,T1,T2,T3,A> f,
T0 t0,
ObjectRef<T1> t1,
T2 t2,
T3 t3) |
static <T0,T1,T2,T3,A> |
actor(RayFunc4<T0,T1,T2,T3,A> f,
T0 t0,
T1 t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3) |
static <T0,T1,T2,T3,A> |
actor(RayFunc4<T0,T1,T2,T3,A> f,
T0 t0,
T1 t1,
ObjectRef<T2> t2,
T3 t3) |
static <T0,T1,T2,T3,A> |
actor(RayFunc4<T0,T1,T2,T3,A> f,
T0 t0,
T1 t1,
T2 t2,
ObjectRef<T3> t3) |
static <T0,T1,T2,T3,A> |
actor(RayFunc4<T0,T1,T2,T3,A> f,
T0 t0,
T1 t1,
T2 t2,
T3 t3) |
static <T0,T1,T2,T3,T4,A> |
actor(RayFunc5<T0,T1,T2,T3,T4,A> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4) |
static <T0,T1,T2,T3,T4,A> |
actor(RayFunc5<T0,T1,T2,T3,T4,A> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
T4 t4) |
static <T0,T1,T2,T3,T4,A> |
actor(RayFunc5<T0,T1,T2,T3,T4,A> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
T3 t3,
ObjectRef<T4> t4) |
static <T0,T1,T2,T3,T4,A> |
actor(RayFunc5<T0,T1,T2,T3,T4,A> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
T3 t3,
T4 t4) |
static <T0,T1,T2,T3,T4,A> |
actor(RayFunc5<T0,T1,T2,T3,T4,A> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
T2 t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4) |
static <T0,T1,T2,T3,T4,A> |
actor(RayFunc5<T0,T1,T2,T3,T4,A> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
T2 t2,
ObjectRef<T3> t3,
T4 t4) |
static <T0,T1,T2,T3,T4,A> |
actor(RayFunc5<T0,T1,T2,T3,T4,A> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
T2 t2,
T3 t3,
ObjectRef<T4> t4) |
static <T0,T1,T2,T3,T4,A> |
actor(RayFunc5<T0,T1,T2,T3,T4,A> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
T2 t2,
T3 t3,
T4 t4) |
static <T0,T1,T2,T3,T4,A> |
actor(RayFunc5<T0,T1,T2,T3,T4,A> f,
ObjectRef<T0> t0,
T1 t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4) |
static <T0,T1,T2,T3,T4,A> |
actor(RayFunc5<T0,T1,T2,T3,T4,A> f,
ObjectRef<T0> t0,
T1 t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
T4 t4) |
static <T0,T1,T2,T3,T4,A> |
actor(RayFunc5<T0,T1,T2,T3,T4,A> f,
ObjectRef<T0> t0,
T1 t1,
ObjectRef<T2> t2,
T3 t3,
ObjectRef<T4> t4) |
static <T0,T1,T2,T3,T4,A> |
actor(RayFunc5<T0,T1,T2,T3,T4,A> f,
ObjectRef<T0> t0,
T1 t1,
ObjectRef<T2> t2,
T3 t3,
T4 t4) |
static <T0,T1,T2,T3,T4,A> |
actor(RayFunc5<T0,T1,T2,T3,T4,A> f,
ObjectRef<T0> t0,
T1 t1,
T2 t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4) |
static <T0,T1,T2,T3,T4,A> |
actor(RayFunc5<T0,T1,T2,T3,T4,A> f,
ObjectRef<T0> t0,
T1 t1,
T2 t2,
ObjectRef<T3> t3,
T4 t4) |
static <T0,T1,T2,T3,T4,A> |
actor(RayFunc5<T0,T1,T2,T3,T4,A> f,
ObjectRef<T0> t0,
T1 t1,
T2 t2,
T3 t3,
ObjectRef<T4> t4) |
static <T0,T1,T2,T3,T4,A> |
actor(RayFunc5<T0,T1,T2,T3,T4,A> f,
ObjectRef<T0> t0,
T1 t1,
T2 t2,
T3 t3,
T4 t4) |
static <T0,T1,T2,T3,T4,A> |
actor(RayFunc5<T0,T1,T2,T3,T4,A> f,
T0 t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4) |
static <T0,T1,T2,T3,T4,A> |
actor(RayFunc5<T0,T1,T2,T3,T4,A> f,
T0 t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
T4 t4) |
static <T0,T1,T2,T3,T4,A> |
actor(RayFunc5<T0,T1,T2,T3,T4,A> f,
T0 t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
T3 t3,
ObjectRef<T4> t4) |
static <T0,T1,T2,T3,T4,A> |
actor(RayFunc5<T0,T1,T2,T3,T4,A> f,
T0 t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
T3 t3,
T4 t4) |
static <T0,T1,T2,T3,T4,A> |
actor(RayFunc5<T0,T1,T2,T3,T4,A> f,
T0 t0,
ObjectRef<T1> t1,
T2 t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4) |
static <T0,T1,T2,T3,T4,A> |
actor(RayFunc5<T0,T1,T2,T3,T4,A> f,
T0 t0,
ObjectRef<T1> t1,
T2 t2,
ObjectRef<T3> t3,
T4 t4) |
static <T0,T1,T2,T3,T4,A> |
actor(RayFunc5<T0,T1,T2,T3,T4,A> f,
T0 t0,
ObjectRef<T1> t1,
T2 t2,
T3 t3,
ObjectRef<T4> t4) |
static <T0,T1,T2,T3,T4,A> |
actor(RayFunc5<T0,T1,T2,T3,T4,A> f,
T0 t0,
ObjectRef<T1> t1,
T2 t2,
T3 t3,
T4 t4) |
static <T0,T1,T2,T3,T4,A> |
actor(RayFunc5<T0,T1,T2,T3,T4,A> f,
T0 t0,
T1 t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4) |
static <T0,T1,T2,T3,T4,A> |
actor(RayFunc5<T0,T1,T2,T3,T4,A> f,
T0 t0,
T1 t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
T4 t4) |
static <T0,T1,T2,T3,T4,A> |
actor(RayFunc5<T0,T1,T2,T3,T4,A> f,
T0 t0,
T1 t1,
ObjectRef<T2> t2,
T3 t3,
ObjectRef<T4> t4) |
static <T0,T1,T2,T3,T4,A> |
actor(RayFunc5<T0,T1,T2,T3,T4,A> f,
T0 t0,
T1 t1,
ObjectRef<T2> t2,
T3 t3,
T4 t4) |
static <T0,T1,T2,T3,T4,A> |
actor(RayFunc5<T0,T1,T2,T3,T4,A> f,
T0 t0,
T1 t1,
T2 t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4) |
static <T0,T1,T2,T3,T4,A> |
actor(RayFunc5<T0,T1,T2,T3,T4,A> f,
T0 t0,
T1 t1,
T2 t2,
ObjectRef<T3> t3,
T4 t4) |
static <T0,T1,T2,T3,T4,A> |
actor(RayFunc5<T0,T1,T2,T3,T4,A> f,
T0 t0,
T1 t1,
T2 t2,
T3 t3,
ObjectRef<T4> t4) |
static <T0,T1,T2,T3,T4,A> |
actor(RayFunc5<T0,T1,T2,T3,T4,A> f,
T0 t0,
T1 t1,
T2 t2,
T3 t3,
T4 t4) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
T4 t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
T4 t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
T3 t3,
ObjectRef<T4> t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
T3 t3,
ObjectRef<T4> t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
T3 t3,
T4 t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
T3 t3,
T4 t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
T2 t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
T2 t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
T2 t2,
ObjectRef<T3> t3,
T4 t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
T2 t2,
ObjectRef<T3> t3,
T4 t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
T2 t2,
T3 t3,
ObjectRef<T4> t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
T2 t2,
T3 t3,
ObjectRef<T4> t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
T2 t2,
T3 t3,
T4 t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
ObjectRef<T0> t0,
T1 t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
ObjectRef<T0> t0,
T1 t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
ObjectRef<T0> t0,
T1 t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
T4 t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
ObjectRef<T0> t0,
T1 t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
T4 t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
ObjectRef<T0> t0,
T1 t1,
ObjectRef<T2> t2,
T3 t3,
ObjectRef<T4> t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
ObjectRef<T0> t0,
T1 t1,
ObjectRef<T2> t2,
T3 t3,
ObjectRef<T4> t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
ObjectRef<T0> t0,
T1 t1,
ObjectRef<T2> t2,
T3 t3,
T4 t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
ObjectRef<T0> t0,
T1 t1,
ObjectRef<T2> t2,
T3 t3,
T4 t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
ObjectRef<T0> t0,
T1 t1,
T2 t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
ObjectRef<T0> t0,
T1 t1,
T2 t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
ObjectRef<T0> t0,
T1 t1,
T2 t2,
ObjectRef<T3> t3,
T4 t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
ObjectRef<T0> t0,
T1 t1,
T2 t2,
ObjectRef<T3> t3,
T4 t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
ObjectRef<T0> t0,
T1 t1,
T2 t2,
T3 t3,
ObjectRef<T4> t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
ObjectRef<T0> t0,
T1 t1,
T2 t2,
T3 t3,
ObjectRef<T4> t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
ObjectRef<T0> t0,
T1 t1,
T2 t2,
T3 t3,
T4 t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
ObjectRef<T0> t0,
T1 t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
T0 t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
T0 t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
T0 t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
T4 t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
T0 t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
T4 t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
T0 t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
T3 t3,
ObjectRef<T4> t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
T0 t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
T3 t3,
ObjectRef<T4> t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
T0 t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
T3 t3,
T4 t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
T0 t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
T3 t3,
T4 t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
T0 t0,
ObjectRef<T1> t1,
T2 t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
T0 t0,
ObjectRef<T1> t1,
T2 t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
T0 t0,
ObjectRef<T1> t1,
T2 t2,
ObjectRef<T3> t3,
T4 t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
T0 t0,
ObjectRef<T1> t1,
T2 t2,
ObjectRef<T3> t3,
T4 t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
T0 t0,
ObjectRef<T1> t1,
T2 t2,
T3 t3,
ObjectRef<T4> t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
T0 t0,
ObjectRef<T1> t1,
T2 t2,
T3 t3,
ObjectRef<T4> t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
T0 t0,
ObjectRef<T1> t1,
T2 t2,
T3 t3,
T4 t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
T0 t0,
ObjectRef<T1> t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
T0 t0,
T1 t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
T0 t0,
T1 t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
T0 t0,
T1 t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
T4 t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
T0 t0,
T1 t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
T4 t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
T0 t0,
T1 t1,
ObjectRef<T2> t2,
T3 t3,
ObjectRef<T4> t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
T0 t0,
T1 t1,
ObjectRef<T2> t2,
T3 t3,
ObjectRef<T4> t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
T0 t0,
T1 t1,
ObjectRef<T2> t2,
T3 t3,
T4 t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
T0 t0,
T1 t1,
ObjectRef<T2> t2,
T3 t3,
T4 t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
T0 t0,
T1 t1,
T2 t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
T0 t0,
T1 t1,
T2 t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
T0 t0,
T1 t1,
T2 t2,
ObjectRef<T3> t3,
T4 t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
T0 t0,
T1 t1,
T2 t2,
ObjectRef<T3> t3,
T4 t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
T0 t0,
T1 t1,
T2 t2,
T3 t3,
ObjectRef<T4> t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
T0 t0,
T1 t1,
T2 t2,
T3 t3,
ObjectRef<T4> t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
T0 t0,
T1 t1,
T2 t2,
T3 t3,
T4 t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,A> |
actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f,
T0 t0,
T1 t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5) |
static PlacementGroup |
createPlacementGroup(List<Map<String,Double>> bundles,
PlacementStrategy strategy)
已过时。
This method is no longer recommended to create a new placement group, use
PlacementGroups.createPlacementGroup(PlacementGroupCreationOptions) instead. |
static PlacementGroup |
createPlacementGroup(PlacementGroupCreationOptions creationOptions)
已过时。
This method is no longer recommended to create a new placement group, use
PlacementGroups.createPlacementGroup(PlacementGroupCreationOptions) instead. |
static PlacementGroup |
createPlacementGroup(String name,
List<Map<String,Double>> bundles,
PlacementStrategy strategy)
已过时。
This method is no longer recommended to create a new placement group, use
PlacementGroups.createPlacementGroup(PlacementGroupCreationOptions) instead. |
static void |
exitActor()
Intentionally exit the current actor.
|
static <T> List<T> |
get(List<ObjectRef<T>> objectList)
Get a list of objects by `ObjectRef`s from the object store.
|
static <T> T |
get(ObjectRef<T> objectRef)
Get an object by `ObjectRef` from the object store.
|
static <T extends BaseActorHandle> |
getActor(String name)
Get a handle to a named actor of current job.
|
static List<PlacementGroup> |
getAllPlacementGroups()
已过时。
This method is no longer recommended to create a new placement group, use
PlacementGroups.getAllPlacementGroups() instead. |
static Object |
getAsyncContext()
If users want to use Ray API in their own threads, call this method to get the async context
and then call
setAsyncContext(java.lang.Object) at the beginning of the new thread. |
static <T extends BaseActorHandle> |
getGlobalActor(String name)
Get a handle to a global named actor.
|
static PlacementGroup |
getGlobalPlacementGroup(String name)
已过时。
This method is no longer recommended to create a new placement group, use
PlacementGroups.getGlobalPlacementGroup(String) instead. |
static PlacementGroup |
getPlacementGroup(PlacementGroupId id)
已过时。
This method is no longer recommended, use
PlacementGroups.getPlacementGroup(PlacementGroupId) instead. |
static PlacementGroup |
getPlacementGroup(String name)
已过时。
This method is no longer recommended to create a new placement group, use
PlacementGroups.getPlacementGroup(String) instead. |
static RuntimeContext |
getRuntimeContext()
Get the runtime context.
|
static void |
init()
Initialize Ray runtime with the default runtime implementation.
|
static RayRuntime |
internal()
Get the underlying runtime instance.
|
static boolean |
isInitialized()
Check if
init() has been called yet. |
static <T> ObjectRef<T> |
put(T obj)
Store an object in the object store.
|
static <T> ObjectRef<T> |
put(T obj,
BaseActorHandle owner)
Store an object in the object store and assign its ownership to owner.
|
static void |
removePlacementGroup(PlacementGroupId id)
已过时。
This method is no longer recommended to create a new placement group, use
PlacementGroups.removePlacementGroup(PlacementGroupId) instead. |
static void |
setAsyncContext(Object asyncContext)
Set the async context for the current thread.
|
static void |
shutdown()
Shutdown Ray runtime.
|
static <R> PyTaskCaller<R> |
task(PyFunction<R> pyFunction) |
static <R> PyTaskCaller<R> |
task(PyFunction<R> pyFunction,
Object obj0) |
static <R> PyTaskCaller<R> |
task(PyFunction<R> pyFunction,
Object obj0,
Object obj1) |
static <R> PyTaskCaller<R> |
task(PyFunction<R> pyFunction,
Object obj0,
Object obj1,
Object obj2) |
static <R> PyTaskCaller<R> |
task(PyFunction<R> pyFunction,
Object obj0,
Object obj1,
Object obj2,
Object obj3) |
static <R> PyTaskCaller<R> |
task(PyFunction<R> pyFunction,
Object obj0,
Object obj1,
Object obj2,
Object obj3,
Object obj4) |
static <R> PyTaskCaller<R> |
task(PyFunction<R> pyFunction,
Object obj0,
Object obj1,
Object obj2,
Object obj3,
Object obj4,
Object obj5) |
static <R> TaskCaller<R> |
task(RayFunc0<R> f) |
static <T0,R> TaskCaller<R> |
task(RayFunc1<T0,R> f,
ObjectRef<T0> t0) |
static <T0,R> TaskCaller<R> |
task(RayFunc1<T0,R> f,
T0 t0) |
static <T0,T1,R> TaskCaller<R> |
task(RayFunc2<T0,T1,R> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1) |
static <T0,T1,R> TaskCaller<R> |
task(RayFunc2<T0,T1,R> f,
ObjectRef<T0> t0,
T1 t1) |
static <T0,T1,R> TaskCaller<R> |
task(RayFunc2<T0,T1,R> f,
T0 t0,
ObjectRef<T1> t1) |
static <T0,T1,R> TaskCaller<R> |
task(RayFunc2<T0,T1,R> f,
T0 t0,
T1 t1) |
static <T0,T1,T2,R> |
task(RayFunc3<T0,T1,T2,R> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2) |
static <T0,T1,T2,R> |
task(RayFunc3<T0,T1,T2,R> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
T2 t2) |
static <T0,T1,T2,R> |
task(RayFunc3<T0,T1,T2,R> f,
ObjectRef<T0> t0,
T1 t1,
ObjectRef<T2> t2) |
static <T0,T1,T2,R> |
task(RayFunc3<T0,T1,T2,R> f,
ObjectRef<T0> t0,
T1 t1,
T2 t2) |
static <T0,T1,T2,R> |
task(RayFunc3<T0,T1,T2,R> f,
T0 t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2) |
static <T0,T1,T2,R> |
task(RayFunc3<T0,T1,T2,R> f,
T0 t0,
ObjectRef<T1> t1,
T2 t2) |
static <T0,T1,T2,R> |
task(RayFunc3<T0,T1,T2,R> f,
T0 t0,
T1 t1,
ObjectRef<T2> t2) |
static <T0,T1,T2,R> |
task(RayFunc3<T0,T1,T2,R> f,
T0 t0,
T1 t1,
T2 t2) |
static <T0,T1,T2,T3,R> |
task(RayFunc4<T0,T1,T2,T3,R> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3) |
static <T0,T1,T2,T3,R> |
task(RayFunc4<T0,T1,T2,T3,R> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
T3 t3) |
static <T0,T1,T2,T3,R> |
task(RayFunc4<T0,T1,T2,T3,R> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
T2 t2,
ObjectRef<T3> t3) |
static <T0,T1,T2,T3,R> |
task(RayFunc4<T0,T1,T2,T3,R> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
T2 t2,
T3 t3) |
static <T0,T1,T2,T3,R> |
task(RayFunc4<T0,T1,T2,T3,R> f,
ObjectRef<T0> t0,
T1 t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3) |
static <T0,T1,T2,T3,R> |
task(RayFunc4<T0,T1,T2,T3,R> f,
ObjectRef<T0> t0,
T1 t1,
ObjectRef<T2> t2,
T3 t3) |
static <T0,T1,T2,T3,R> |
task(RayFunc4<T0,T1,T2,T3,R> f,
ObjectRef<T0> t0,
T1 t1,
T2 t2,
ObjectRef<T3> t3) |
static <T0,T1,T2,T3,R> |
task(RayFunc4<T0,T1,T2,T3,R> f,
ObjectRef<T0> t0,
T1 t1,
T2 t2,
T3 t3) |
static <T0,T1,T2,T3,R> |
task(RayFunc4<T0,T1,T2,T3,R> f,
T0 t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3) |
static <T0,T1,T2,T3,R> |
task(RayFunc4<T0,T1,T2,T3,R> f,
T0 t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
T3 t3) |
static <T0,T1,T2,T3,R> |
task(RayFunc4<T0,T1,T2,T3,R> f,
T0 t0,
ObjectRef<T1> t1,
T2 t2,
ObjectRef<T3> t3) |
static <T0,T1,T2,T3,R> |
task(RayFunc4<T0,T1,T2,T3,R> f,
T0 t0,
ObjectRef<T1> t1,
T2 t2,
T3 t3) |
static <T0,T1,T2,T3,R> |
task(RayFunc4<T0,T1,T2,T3,R> f,
T0 t0,
T1 t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3) |
static <T0,T1,T2,T3,R> |
task(RayFunc4<T0,T1,T2,T3,R> f,
T0 t0,
T1 t1,
ObjectRef<T2> t2,
T3 t3) |
static <T0,T1,T2,T3,R> |
task(RayFunc4<T0,T1,T2,T3,R> f,
T0 t0,
T1 t1,
T2 t2,
ObjectRef<T3> t3) |
static <T0,T1,T2,T3,R> |
task(RayFunc4<T0,T1,T2,T3,R> f,
T0 t0,
T1 t1,
T2 t2,
T3 t3) |
static <T0,T1,T2,T3,T4,R> |
task(RayFunc5<T0,T1,T2,T3,T4,R> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4) |
static <T0,T1,T2,T3,T4,R> |
task(RayFunc5<T0,T1,T2,T3,T4,R> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
T4 t4) |
static <T0,T1,T2,T3,T4,R> |
task(RayFunc5<T0,T1,T2,T3,T4,R> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
T3 t3,
ObjectRef<T4> t4) |
static <T0,T1,T2,T3,T4,R> |
task(RayFunc5<T0,T1,T2,T3,T4,R> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
T3 t3,
T4 t4) |
static <T0,T1,T2,T3,T4,R> |
task(RayFunc5<T0,T1,T2,T3,T4,R> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
T2 t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4) |
static <T0,T1,T2,T3,T4,R> |
task(RayFunc5<T0,T1,T2,T3,T4,R> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
T2 t2,
ObjectRef<T3> t3,
T4 t4) |
static <T0,T1,T2,T3,T4,R> |
task(RayFunc5<T0,T1,T2,T3,T4,R> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
T2 t2,
T3 t3,
ObjectRef<T4> t4) |
static <T0,T1,T2,T3,T4,R> |
task(RayFunc5<T0,T1,T2,T3,T4,R> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
T2 t2,
T3 t3,
T4 t4) |
static <T0,T1,T2,T3,T4,R> |
task(RayFunc5<T0,T1,T2,T3,T4,R> f,
ObjectRef<T0> t0,
T1 t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4) |
static <T0,T1,T2,T3,T4,R> |
task(RayFunc5<T0,T1,T2,T3,T4,R> f,
ObjectRef<T0> t0,
T1 t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
T4 t4) |
static <T0,T1,T2,T3,T4,R> |
task(RayFunc5<T0,T1,T2,T3,T4,R> f,
ObjectRef<T0> t0,
T1 t1,
ObjectRef<T2> t2,
T3 t3,
ObjectRef<T4> t4) |
static <T0,T1,T2,T3,T4,R> |
task(RayFunc5<T0,T1,T2,T3,T4,R> f,
ObjectRef<T0> t0,
T1 t1,
ObjectRef<T2> t2,
T3 t3,
T4 t4) |
static <T0,T1,T2,T3,T4,R> |
task(RayFunc5<T0,T1,T2,T3,T4,R> f,
ObjectRef<T0> t0,
T1 t1,
T2 t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4) |
static <T0,T1,T2,T3,T4,R> |
task(RayFunc5<T0,T1,T2,T3,T4,R> f,
ObjectRef<T0> t0,
T1 t1,
T2 t2,
ObjectRef<T3> t3,
T4 t4) |
static <T0,T1,T2,T3,T4,R> |
task(RayFunc5<T0,T1,T2,T3,T4,R> f,
ObjectRef<T0> t0,
T1 t1,
T2 t2,
T3 t3,
ObjectRef<T4> t4) |
static <T0,T1,T2,T3,T4,R> |
task(RayFunc5<T0,T1,T2,T3,T4,R> f,
ObjectRef<T0> t0,
T1 t1,
T2 t2,
T3 t3,
T4 t4) |
static <T0,T1,T2,T3,T4,R> |
task(RayFunc5<T0,T1,T2,T3,T4,R> f,
T0 t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4) |
static <T0,T1,T2,T3,T4,R> |
task(RayFunc5<T0,T1,T2,T3,T4,R> f,
T0 t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
T4 t4) |
static <T0,T1,T2,T3,T4,R> |
task(RayFunc5<T0,T1,T2,T3,T4,R> f,
T0 t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
T3 t3,
ObjectRef<T4> t4) |
static <T0,T1,T2,T3,T4,R> |
task(RayFunc5<T0,T1,T2,T3,T4,R> f,
T0 t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
T3 t3,
T4 t4) |
static <T0,T1,T2,T3,T4,R> |
task(RayFunc5<T0,T1,T2,T3,T4,R> f,
T0 t0,
ObjectRef<T1> t1,
T2 t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4) |
static <T0,T1,T2,T3,T4,R> |
task(RayFunc5<T0,T1,T2,T3,T4,R> f,
T0 t0,
ObjectRef<T1> t1,
T2 t2,
ObjectRef<T3> t3,
T4 t4) |
static <T0,T1,T2,T3,T4,R> |
task(RayFunc5<T0,T1,T2,T3,T4,R> f,
T0 t0,
ObjectRef<T1> t1,
T2 t2,
T3 t3,
ObjectRef<T4> t4) |
static <T0,T1,T2,T3,T4,R> |
task(RayFunc5<T0,T1,T2,T3,T4,R> f,
T0 t0,
ObjectRef<T1> t1,
T2 t2,
T3 t3,
T4 t4) |
static <T0,T1,T2,T3,T4,R> |
task(RayFunc5<T0,T1,T2,T3,T4,R> f,
T0 t0,
T1 t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4) |
static <T0,T1,T2,T3,T4,R> |
task(RayFunc5<T0,T1,T2,T3,T4,R> f,
T0 t0,
T1 t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
T4 t4) |
static <T0,T1,T2,T3,T4,R> |
task(RayFunc5<T0,T1,T2,T3,T4,R> f,
T0 t0,
T1 t1,
ObjectRef<T2> t2,
T3 t3,
ObjectRef<T4> t4) |
static <T0,T1,T2,T3,T4,R> |
task(RayFunc5<T0,T1,T2,T3,T4,R> f,
T0 t0,
T1 t1,
ObjectRef<T2> t2,
T3 t3,
T4 t4) |
static <T0,T1,T2,T3,T4,R> |
task(RayFunc5<T0,T1,T2,T3,T4,R> f,
T0 t0,
T1 t1,
T2 t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4) |
static <T0,T1,T2,T3,T4,R> |
task(RayFunc5<T0,T1,T2,T3,T4,R> f,
T0 t0,
T1 t1,
T2 t2,
ObjectRef<T3> t3,
T4 t4) |
static <T0,T1,T2,T3,T4,R> |
task(RayFunc5<T0,T1,T2,T3,T4,R> f,
T0 t0,
T1 t1,
T2 t2,
T3 t3,
ObjectRef<T4> t4) |
static <T0,T1,T2,T3,T4,R> |
task(RayFunc5<T0,T1,T2,T3,T4,R> f,
T0 t0,
T1 t1,
T2 t2,
T3 t3,
T4 t4) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
T4 t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
T4 t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
T3 t3,
ObjectRef<T4> t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
T3 t3,
ObjectRef<T4> t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
T3 t3,
T4 t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
T3 t3,
T4 t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
T2 t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
T2 t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
T2 t2,
ObjectRef<T3> t3,
T4 t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
T2 t2,
ObjectRef<T3> t3,
T4 t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
T2 t2,
T3 t3,
ObjectRef<T4> t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
T2 t2,
T3 t3,
ObjectRef<T4> t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
T2 t2,
T3 t3,
T4 t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
ObjectRef<T0> t0,
T1 t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
ObjectRef<T0> t0,
T1 t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
ObjectRef<T0> t0,
T1 t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
T4 t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
ObjectRef<T0> t0,
T1 t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
T4 t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
ObjectRef<T0> t0,
T1 t1,
ObjectRef<T2> t2,
T3 t3,
ObjectRef<T4> t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
ObjectRef<T0> t0,
T1 t1,
ObjectRef<T2> t2,
T3 t3,
ObjectRef<T4> t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
ObjectRef<T0> t0,
T1 t1,
ObjectRef<T2> t2,
T3 t3,
T4 t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
ObjectRef<T0> t0,
T1 t1,
ObjectRef<T2> t2,
T3 t3,
T4 t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
ObjectRef<T0> t0,
T1 t1,
T2 t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
ObjectRef<T0> t0,
T1 t1,
T2 t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
ObjectRef<T0> t0,
T1 t1,
T2 t2,
ObjectRef<T3> t3,
T4 t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
ObjectRef<T0> t0,
T1 t1,
T2 t2,
ObjectRef<T3> t3,
T4 t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
ObjectRef<T0> t0,
T1 t1,
T2 t2,
T3 t3,
ObjectRef<T4> t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
ObjectRef<T0> t0,
T1 t1,
T2 t2,
T3 t3,
ObjectRef<T4> t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
ObjectRef<T0> t0,
T1 t1,
T2 t2,
T3 t3,
T4 t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
ObjectRef<T0> t0,
T1 t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
T0 t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
T0 t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
T0 t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
T4 t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
T0 t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
T4 t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
T0 t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
T3 t3,
ObjectRef<T4> t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
T0 t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
T3 t3,
ObjectRef<T4> t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
T0 t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
T3 t3,
T4 t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
T0 t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
T3 t3,
T4 t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
T0 t0,
ObjectRef<T1> t1,
T2 t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
T0 t0,
ObjectRef<T1> t1,
T2 t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
T0 t0,
ObjectRef<T1> t1,
T2 t2,
ObjectRef<T3> t3,
T4 t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
T0 t0,
ObjectRef<T1> t1,
T2 t2,
ObjectRef<T3> t3,
T4 t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
T0 t0,
ObjectRef<T1> t1,
T2 t2,
T3 t3,
ObjectRef<T4> t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
T0 t0,
ObjectRef<T1> t1,
T2 t2,
T3 t3,
ObjectRef<T4> t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
T0 t0,
ObjectRef<T1> t1,
T2 t2,
T3 t3,
T4 t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
T0 t0,
ObjectRef<T1> t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
T0 t0,
T1 t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
T0 t0,
T1 t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
T0 t0,
T1 t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
T4 t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
T0 t0,
T1 t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
T4 t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
T0 t0,
T1 t1,
ObjectRef<T2> t2,
T3 t3,
ObjectRef<T4> t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
T0 t0,
T1 t1,
ObjectRef<T2> t2,
T3 t3,
ObjectRef<T4> t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
T0 t0,
T1 t1,
ObjectRef<T2> t2,
T3 t3,
T4 t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
T0 t0,
T1 t1,
ObjectRef<T2> t2,
T3 t3,
T4 t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
T0 t0,
T1 t1,
T2 t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
T0 t0,
T1 t1,
T2 t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
T0 t0,
T1 t1,
T2 t2,
ObjectRef<T3> t3,
T4 t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
T0 t0,
T1 t1,
T2 t2,
ObjectRef<T3> t3,
T4 t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
T0 t0,
T1 t1,
T2 t2,
T3 t3,
ObjectRef<T4> t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
T0 t0,
T1 t1,
T2 t2,
T3 t3,
ObjectRef<T4> t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
T0 t0,
T1 t1,
T2 t2,
T3 t3,
T4 t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5,R> |
task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f,
T0 t0,
T1 t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5) |
static VoidTaskCaller |
task(RayFuncVoid0 f) |
static <T0> VoidTaskCaller |
task(RayFuncVoid1<T0> f,
ObjectRef<T0> t0) |
static <T0> VoidTaskCaller |
task(RayFuncVoid1<T0> f,
T0 t0) |
static <T0,T1> VoidTaskCaller |
task(RayFuncVoid2<T0,T1> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1) |
static <T0,T1> VoidTaskCaller |
task(RayFuncVoid2<T0,T1> f,
ObjectRef<T0> t0,
T1 t1) |
static <T0,T1> VoidTaskCaller |
task(RayFuncVoid2<T0,T1> f,
T0 t0,
ObjectRef<T1> t1) |
static <T0,T1> VoidTaskCaller |
task(RayFuncVoid2<T0,T1> f,
T0 t0,
T1 t1) |
static <T0,T1,T2> VoidTaskCaller |
task(RayFuncVoid3<T0,T1,T2> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2) |
static <T0,T1,T2> VoidTaskCaller |
task(RayFuncVoid3<T0,T1,T2> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
T2 t2) |
static <T0,T1,T2> VoidTaskCaller |
task(RayFuncVoid3<T0,T1,T2> f,
ObjectRef<T0> t0,
T1 t1,
ObjectRef<T2> t2) |
static <T0,T1,T2> VoidTaskCaller |
task(RayFuncVoid3<T0,T1,T2> f,
ObjectRef<T0> t0,
T1 t1,
T2 t2) |
static <T0,T1,T2> VoidTaskCaller |
task(RayFuncVoid3<T0,T1,T2> f,
T0 t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2) |
static <T0,T1,T2> VoidTaskCaller |
task(RayFuncVoid3<T0,T1,T2> f,
T0 t0,
ObjectRef<T1> t1,
T2 t2) |
static <T0,T1,T2> VoidTaskCaller |
task(RayFuncVoid3<T0,T1,T2> f,
T0 t0,
T1 t1,
ObjectRef<T2> t2) |
static <T0,T1,T2> VoidTaskCaller |
task(RayFuncVoid3<T0,T1,T2> f,
T0 t0,
T1 t1,
T2 t2) |
static <T0,T1,T2,T3> |
task(RayFuncVoid4<T0,T1,T2,T3> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3) |
static <T0,T1,T2,T3> |
task(RayFuncVoid4<T0,T1,T2,T3> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
T3 t3) |
static <T0,T1,T2,T3> |
task(RayFuncVoid4<T0,T1,T2,T3> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
T2 t2,
ObjectRef<T3> t3) |
static <T0,T1,T2,T3> |
task(RayFuncVoid4<T0,T1,T2,T3> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
T2 t2,
T3 t3) |
static <T0,T1,T2,T3> |
task(RayFuncVoid4<T0,T1,T2,T3> f,
ObjectRef<T0> t0,
T1 t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3) |
static <T0,T1,T2,T3> |
task(RayFuncVoid4<T0,T1,T2,T3> f,
ObjectRef<T0> t0,
T1 t1,
ObjectRef<T2> t2,
T3 t3) |
static <T0,T1,T2,T3> |
task(RayFuncVoid4<T0,T1,T2,T3> f,
ObjectRef<T0> t0,
T1 t1,
T2 t2,
ObjectRef<T3> t3) |
static <T0,T1,T2,T3> |
task(RayFuncVoid4<T0,T1,T2,T3> f,
ObjectRef<T0> t0,
T1 t1,
T2 t2,
T3 t3) |
static <T0,T1,T2,T3> |
task(RayFuncVoid4<T0,T1,T2,T3> f,
T0 t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3) |
static <T0,T1,T2,T3> |
task(RayFuncVoid4<T0,T1,T2,T3> f,
T0 t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
T3 t3) |
static <T0,T1,T2,T3> |
task(RayFuncVoid4<T0,T1,T2,T3> f,
T0 t0,
ObjectRef<T1> t1,
T2 t2,
ObjectRef<T3> t3) |
static <T0,T1,T2,T3> |
task(RayFuncVoid4<T0,T1,T2,T3> f,
T0 t0,
ObjectRef<T1> t1,
T2 t2,
T3 t3) |
static <T0,T1,T2,T3> |
task(RayFuncVoid4<T0,T1,T2,T3> f,
T0 t0,
T1 t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3) |
static <T0,T1,T2,T3> |
task(RayFuncVoid4<T0,T1,T2,T3> f,
T0 t0,
T1 t1,
ObjectRef<T2> t2,
T3 t3) |
static <T0,T1,T2,T3> |
task(RayFuncVoid4<T0,T1,T2,T3> f,
T0 t0,
T1 t1,
T2 t2,
ObjectRef<T3> t3) |
static <T0,T1,T2,T3> |
task(RayFuncVoid4<T0,T1,T2,T3> f,
T0 t0,
T1 t1,
T2 t2,
T3 t3) |
static <T0,T1,T2,T3,T4> |
task(RayFuncVoid5<T0,T1,T2,T3,T4> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4) |
static <T0,T1,T2,T3,T4> |
task(RayFuncVoid5<T0,T1,T2,T3,T4> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
T4 t4) |
static <T0,T1,T2,T3,T4> |
task(RayFuncVoid5<T0,T1,T2,T3,T4> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
T3 t3,
ObjectRef<T4> t4) |
static <T0,T1,T2,T3,T4> |
task(RayFuncVoid5<T0,T1,T2,T3,T4> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
T3 t3,
T4 t4) |
static <T0,T1,T2,T3,T4> |
task(RayFuncVoid5<T0,T1,T2,T3,T4> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
T2 t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4) |
static <T0,T1,T2,T3,T4> |
task(RayFuncVoid5<T0,T1,T2,T3,T4> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
T2 t2,
ObjectRef<T3> t3,
T4 t4) |
static <T0,T1,T2,T3,T4> |
task(RayFuncVoid5<T0,T1,T2,T3,T4> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
T2 t2,
T3 t3,
ObjectRef<T4> t4) |
static <T0,T1,T2,T3,T4> |
task(RayFuncVoid5<T0,T1,T2,T3,T4> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
T2 t2,
T3 t3,
T4 t4) |
static <T0,T1,T2,T3,T4> |
task(RayFuncVoid5<T0,T1,T2,T3,T4> f,
ObjectRef<T0> t0,
T1 t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4) |
static <T0,T1,T2,T3,T4> |
task(RayFuncVoid5<T0,T1,T2,T3,T4> f,
ObjectRef<T0> t0,
T1 t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
T4 t4) |
static <T0,T1,T2,T3,T4> |
task(RayFuncVoid5<T0,T1,T2,T3,T4> f,
ObjectRef<T0> t0,
T1 t1,
ObjectRef<T2> t2,
T3 t3,
ObjectRef<T4> t4) |
static <T0,T1,T2,T3,T4> |
task(RayFuncVoid5<T0,T1,T2,T3,T4> f,
ObjectRef<T0> t0,
T1 t1,
ObjectRef<T2> t2,
T3 t3,
T4 t4) |
static <T0,T1,T2,T3,T4> |
task(RayFuncVoid5<T0,T1,T2,T3,T4> f,
ObjectRef<T0> t0,
T1 t1,
T2 t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4) |
static <T0,T1,T2,T3,T4> |
task(RayFuncVoid5<T0,T1,T2,T3,T4> f,
ObjectRef<T0> t0,
T1 t1,
T2 t2,
ObjectRef<T3> t3,
T4 t4) |
static <T0,T1,T2,T3,T4> |
task(RayFuncVoid5<T0,T1,T2,T3,T4> f,
ObjectRef<T0> t0,
T1 t1,
T2 t2,
T3 t3,
ObjectRef<T4> t4) |
static <T0,T1,T2,T3,T4> |
task(RayFuncVoid5<T0,T1,T2,T3,T4> f,
ObjectRef<T0> t0,
T1 t1,
T2 t2,
T3 t3,
T4 t4) |
static <T0,T1,T2,T3,T4> |
task(RayFuncVoid5<T0,T1,T2,T3,T4> f,
T0 t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4) |
static <T0,T1,T2,T3,T4> |
task(RayFuncVoid5<T0,T1,T2,T3,T4> f,
T0 t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
T4 t4) |
static <T0,T1,T2,T3,T4> |
task(RayFuncVoid5<T0,T1,T2,T3,T4> f,
T0 t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
T3 t3,
ObjectRef<T4> t4) |
static <T0,T1,T2,T3,T4> |
task(RayFuncVoid5<T0,T1,T2,T3,T4> f,
T0 t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
T3 t3,
T4 t4) |
static <T0,T1,T2,T3,T4> |
task(RayFuncVoid5<T0,T1,T2,T3,T4> f,
T0 t0,
ObjectRef<T1> t1,
T2 t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4) |
static <T0,T1,T2,T3,T4> |
task(RayFuncVoid5<T0,T1,T2,T3,T4> f,
T0 t0,
ObjectRef<T1> t1,
T2 t2,
ObjectRef<T3> t3,
T4 t4) |
static <T0,T1,T2,T3,T4> |
task(RayFuncVoid5<T0,T1,T2,T3,T4> f,
T0 t0,
ObjectRef<T1> t1,
T2 t2,
T3 t3,
ObjectRef<T4> t4) |
static <T0,T1,T2,T3,T4> |
task(RayFuncVoid5<T0,T1,T2,T3,T4> f,
T0 t0,
ObjectRef<T1> t1,
T2 t2,
T3 t3,
T4 t4) |
static <T0,T1,T2,T3,T4> |
task(RayFuncVoid5<T0,T1,T2,T3,T4> f,
T0 t0,
T1 t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4) |
static <T0,T1,T2,T3,T4> |
task(RayFuncVoid5<T0,T1,T2,T3,T4> f,
T0 t0,
T1 t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
T4 t4) |
static <T0,T1,T2,T3,T4> |
task(RayFuncVoid5<T0,T1,T2,T3,T4> f,
T0 t0,
T1 t1,
ObjectRef<T2> t2,
T3 t3,
ObjectRef<T4> t4) |
static <T0,T1,T2,T3,T4> |
task(RayFuncVoid5<T0,T1,T2,T3,T4> f,
T0 t0,
T1 t1,
ObjectRef<T2> t2,
T3 t3,
T4 t4) |
static <T0,T1,T2,T3,T4> |
task(RayFuncVoid5<T0,T1,T2,T3,T4> f,
T0 t0,
T1 t1,
T2 t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4) |
static <T0,T1,T2,T3,T4> |
task(RayFuncVoid5<T0,T1,T2,T3,T4> f,
T0 t0,
T1 t1,
T2 t2,
ObjectRef<T3> t3,
T4 t4) |
static <T0,T1,T2,T3,T4> |
task(RayFuncVoid5<T0,T1,T2,T3,T4> f,
T0 t0,
T1 t1,
T2 t2,
T3 t3,
ObjectRef<T4> t4) |
static <T0,T1,T2,T3,T4> |
task(RayFuncVoid5<T0,T1,T2,T3,T4> f,
T0 t0,
T1 t1,
T2 t2,
T3 t3,
T4 t4) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
T4 t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
T4 t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
T3 t3,
ObjectRef<T4> t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
T3 t3,
ObjectRef<T4> t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
T3 t3,
T4 t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
T3 t3,
T4 t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
T2 t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
T2 t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
T2 t2,
ObjectRef<T3> t3,
T4 t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
T2 t2,
ObjectRef<T3> t3,
T4 t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
T2 t2,
T3 t3,
ObjectRef<T4> t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
T2 t2,
T3 t3,
ObjectRef<T4> t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
T2 t2,
T3 t3,
T4 t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
ObjectRef<T0> t0,
T1 t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
ObjectRef<T0> t0,
T1 t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
ObjectRef<T0> t0,
T1 t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
T4 t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
ObjectRef<T0> t0,
T1 t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
T4 t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
ObjectRef<T0> t0,
T1 t1,
ObjectRef<T2> t2,
T3 t3,
ObjectRef<T4> t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
ObjectRef<T0> t0,
T1 t1,
ObjectRef<T2> t2,
T3 t3,
ObjectRef<T4> t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
ObjectRef<T0> t0,
T1 t1,
ObjectRef<T2> t2,
T3 t3,
T4 t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
ObjectRef<T0> t0,
T1 t1,
ObjectRef<T2> t2,
T3 t3,
T4 t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
ObjectRef<T0> t0,
T1 t1,
T2 t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
ObjectRef<T0> t0,
T1 t1,
T2 t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
ObjectRef<T0> t0,
T1 t1,
T2 t2,
ObjectRef<T3> t3,
T4 t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
ObjectRef<T0> t0,
T1 t1,
T2 t2,
ObjectRef<T3> t3,
T4 t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
ObjectRef<T0> t0,
T1 t1,
T2 t2,
T3 t3,
ObjectRef<T4> t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
ObjectRef<T0> t0,
T1 t1,
T2 t2,
T3 t3,
ObjectRef<T4> t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
ObjectRef<T0> t0,
T1 t1,
T2 t2,
T3 t3,
T4 t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
ObjectRef<T0> t0,
T1 t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
T0 t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
T0 t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
T0 t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
T4 t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
T0 t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
T4 t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
T0 t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
T3 t3,
ObjectRef<T4> t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
T0 t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
T3 t3,
ObjectRef<T4> t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
T0 t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
T3 t3,
T4 t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
T0 t0,
ObjectRef<T1> t1,
ObjectRef<T2> t2,
T3 t3,
T4 t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
T0 t0,
ObjectRef<T1> t1,
T2 t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
T0 t0,
ObjectRef<T1> t1,
T2 t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
T0 t0,
ObjectRef<T1> t1,
T2 t2,
ObjectRef<T3> t3,
T4 t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
T0 t0,
ObjectRef<T1> t1,
T2 t2,
ObjectRef<T3> t3,
T4 t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
T0 t0,
ObjectRef<T1> t1,
T2 t2,
T3 t3,
ObjectRef<T4> t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
T0 t0,
ObjectRef<T1> t1,
T2 t2,
T3 t3,
ObjectRef<T4> t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
T0 t0,
ObjectRef<T1> t1,
T2 t2,
T3 t3,
T4 t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
T0 t0,
ObjectRef<T1> t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
T0 t0,
T1 t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
T0 t0,
T1 t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
T0 t0,
T1 t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
T4 t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
T0 t0,
T1 t1,
ObjectRef<T2> t2,
ObjectRef<T3> t3,
T4 t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
T0 t0,
T1 t1,
ObjectRef<T2> t2,
T3 t3,
ObjectRef<T4> t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
T0 t0,
T1 t1,
ObjectRef<T2> t2,
T3 t3,
ObjectRef<T4> t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
T0 t0,
T1 t1,
ObjectRef<T2> t2,
T3 t3,
T4 t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
T0 t0,
T1 t1,
ObjectRef<T2> t2,
T3 t3,
T4 t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
T0 t0,
T1 t1,
T2 t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
T0 t0,
T1 t1,
T2 t2,
ObjectRef<T3> t3,
ObjectRef<T4> t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
T0 t0,
T1 t1,
T2 t2,
ObjectRef<T3> t3,
T4 t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
T0 t0,
T1 t1,
T2 t2,
ObjectRef<T3> t3,
T4 t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
T0 t0,
T1 t1,
T2 t2,
T3 t3,
ObjectRef<T4> t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
T0 t0,
T1 t1,
T2 t2,
T3 t3,
ObjectRef<T4> t4,
T5 t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
T0 t0,
T1 t1,
T2 t2,
T3 t3,
T4 t4,
ObjectRef<T5> t5) |
static <T0,T1,T2,T3,T4,T5> |
task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f,
T0 t0,
T1 t1,
T2 t2,
T3 t3,
T4 t4,
T5 t5) |
static <T> WaitResult<T> |
wait(List<ObjectRef<T>> waitList)
Wait for a list of RayObjects to be locally available.
|
static <T> WaitResult<T> |
wait(List<ObjectRef<T>> waitList,
int numReturns)
Wait for a list of RayObjects to be locally available, until specified number of objects are
ready.
|
static <T> WaitResult<T> |
wait(List<ObjectRef<T>> waitList,
int numReturns,
int timeoutMs)
Wait for a list of RayObjects to be locally available, until specified number of objects are
ready, or specified timeout has passed.
|
static <T> WaitResult<T> |
wait(List<ObjectRef<T>> waitList,
int numReturns,
int timeoutMs,
boolean fetchLocal)
Wait for a list of RayObjects to be available, until specified number of objects are ready, or
specified timeout has passed.
|
static <T> Callable<T> |
wrapCallable(Callable<T> callable)
If users want to use Ray API in their own threads, they should wrap their
Callable
objects with this method. |
static Runnable |
wrapRunnable(Runnable runnable)
If users want to use Ray API in their own threads, they should wrap their
Runnable
objects with this method. |
public static void init()
public static void shutdown()
public static boolean isInitialized()
init() has been called yet.init() has already been called and false otherwise.public static <T> ObjectRef<T> put(T obj)
obj - The Java object to be stored.public static <T> ObjectRef<T> put(T obj, BaseActorHandle owner)
obj - The Java object to be stored.owner - The actor that should own this object. This allows creating objects with lifetimes
decoupled from that of the creating process. Note that the owner actor must be passed a
reference to the object prior to the object creator exiting, otherwise the reference will
still be lost.public static <T> T get(ObjectRef<T> objectRef)
objectRef - The reference of the object to get.public static <T> List<T> get(List<ObjectRef<T>> objectList)
objectList - A list of object references.public static <T> WaitResult<T> wait(List<ObjectRef<T>> waitList, int numReturns, int timeoutMs, boolean fetchLocal)
waitList - A list of object references to wait for.numReturns - The number of objects that should be returned.timeoutMs - The maximum time in milliseconds to wait before returning.fetchLocal - If true, wait for the object to be downloaded onto the local node before
returning it as ready. If false, ray.wait() will not trigger fetching of objects to the
local node and will return immediately once the object is available anywhere in the
cluster.public static <T> WaitResult<T> wait(List<ObjectRef<T>> waitList, int numReturns, int timeoutMs)
waitList - A list of object references to wait for.numReturns - The number of objects that should be returned.timeoutMs - The maximum time in milliseconds to wait before returning.public static <T> WaitResult<T> wait(List<ObjectRef<T>> waitList, int numReturns)
waitList - A list of object references to wait for.numReturns - The number of objects that should be returned.public static <T> WaitResult<T> wait(List<ObjectRef<T>> waitList)
waitList - A list of object references to wait for.public static <T extends BaseActorHandle> Optional<T> getActor(String name)
Gets a handle to a named actor with the given name. The actor must have been created with name specified.
name - The name of the named actor.RayException - An exception is raised if timed out.public static <T extends BaseActorHandle> Optional<T> getGlobalActor(String name)
Gets a handle to a global named actor with the given name. The actor must have been created with global name specified.
name - The global name of the named actor.RayException - An exception is raised if timed out.public static Object getAsyncContext()
setAsyncContext(java.lang.Object) at the beginning of the new thread.public static void setAsyncContext(Object asyncContext)
asyncContext - The async context to set.public static Runnable wrapRunnable(Runnable runnable)
Runnable
objects with this method.runnable - The runnable to wrap.public static <T> Callable<T> wrapCallable(Callable<T> callable)
Callable
objects with this method.callable - The callable to wrap.public static RayRuntime internal()
public static RuntimeContext getRuntimeContext()
@Deprecated public static PlacementGroup createPlacementGroup(String name, List<Map<String,Double>> bundles, PlacementStrategy strategy)
PlacementGroups.createPlacementGroup(PlacementGroupCreationOptions) instead.name - Name of the placement group.bundles - Pre-allocated resource list.strategy - Actor placement strategy.@Deprecated public static PlacementGroup createPlacementGroup(List<Map<String,Double>> bundles, PlacementStrategy strategy)
PlacementGroups.createPlacementGroup(PlacementGroupCreationOptions) instead.@Deprecated public static PlacementGroup createPlacementGroup(PlacementGroupCreationOptions creationOptions)
PlacementGroups.createPlacementGroup(PlacementGroupCreationOptions) instead.creationOptions - Creation options of the placement group.public static void exitActor()
This method is used to disconnect an actor and exit the worker.
RuntimeException - An exception is raised if this is a driver or this worker is not an
actor.@Deprecated public static PlacementGroup getPlacementGroup(PlacementGroupId id)
PlacementGroups.getPlacementGroup(PlacementGroupId) instead.id - placement group id.@Deprecated public static PlacementGroup getPlacementGroup(String name)
PlacementGroups.getPlacementGroup(String) instead.name - The placement group name.@Deprecated public static PlacementGroup getGlobalPlacementGroup(String name)
PlacementGroups.getGlobalPlacementGroup(String) instead.name - The placement group name.@Deprecated public static List<PlacementGroup> getAllPlacementGroups()
PlacementGroups.getAllPlacementGroups() instead.public static void removePlacementGroup(PlacementGroupId id)
PlacementGroups.removePlacementGroup(PlacementGroupId) instead.id - Id of the placement group.public static <R> TaskCaller<R> task(RayFunc0<R> f)
public static VoidTaskCaller task(RayFuncVoid0 f)
public static <T0,R> TaskCaller<R> task(RayFunc1<T0,R> f, T0 t0)
public static <T0,R> TaskCaller<R> task(RayFunc1<T0,R> f, ObjectRef<T0> t0)
public static <T0> VoidTaskCaller task(RayFuncVoid1<T0> f, T0 t0)
public static <T0> VoidTaskCaller task(RayFuncVoid1<T0> f, ObjectRef<T0> t0)
public static <T0,T1,R> TaskCaller<R> task(RayFunc2<T0,T1,R> f, T0 t0, T1 t1)
public static <T0,T1,R> TaskCaller<R> task(RayFunc2<T0,T1,R> f, T0 t0, ObjectRef<T1> t1)
public static <T0,T1,R> TaskCaller<R> task(RayFunc2<T0,T1,R> f, ObjectRef<T0> t0, T1 t1)
public static <T0,T1,R> TaskCaller<R> task(RayFunc2<T0,T1,R> f, ObjectRef<T0> t0, ObjectRef<T1> t1)
public static <T0,T1> VoidTaskCaller task(RayFuncVoid2<T0,T1> f, T0 t0, T1 t1)
public static <T0,T1> VoidTaskCaller task(RayFuncVoid2<T0,T1> f, T0 t0, ObjectRef<T1> t1)
public static <T0,T1> VoidTaskCaller task(RayFuncVoid2<T0,T1> f, ObjectRef<T0> t0, T1 t1)
public static <T0,T1> VoidTaskCaller task(RayFuncVoid2<T0,T1> f, ObjectRef<T0> t0, ObjectRef<T1> t1)
public static <T0,T1,T2,R> TaskCaller<R> task(RayFunc3<T0,T1,T2,R> f, T0 t0, T1 t1, T2 t2)
public static <T0,T1,T2,R> TaskCaller<R> task(RayFunc3<T0,T1,T2,R> f, T0 t0, T1 t1, ObjectRef<T2> t2)
public static <T0,T1,T2,R> TaskCaller<R> task(RayFunc3<T0,T1,T2,R> f, T0 t0, ObjectRef<T1> t1, T2 t2)
public static <T0,T1,T2,R> TaskCaller<R> task(RayFunc3<T0,T1,T2,R> f, T0 t0, ObjectRef<T1> t1, ObjectRef<T2> t2)
public static <T0,T1,T2,R> TaskCaller<R> task(RayFunc3<T0,T1,T2,R> f, ObjectRef<T0> t0, T1 t1, T2 t2)
public static <T0,T1,T2,R> TaskCaller<R> task(RayFunc3<T0,T1,T2,R> f, ObjectRef<T0> t0, T1 t1, ObjectRef<T2> t2)
public static <T0,T1,T2,R> TaskCaller<R> task(RayFunc3<T0,T1,T2,R> f, ObjectRef<T0> t0, ObjectRef<T1> t1, T2 t2)
public static <T0,T1,T2,R> TaskCaller<R> task(RayFunc3<T0,T1,T2,R> f, ObjectRef<T0> t0, ObjectRef<T1> t1, ObjectRef<T2> t2)
public static <T0,T1,T2> VoidTaskCaller task(RayFuncVoid3<T0,T1,T2> f, T0 t0, T1 t1, T2 t2)
public static <T0,T1,T2> VoidTaskCaller task(RayFuncVoid3<T0,T1,T2> f, T0 t0, T1 t1, ObjectRef<T2> t2)
public static <T0,T1,T2> VoidTaskCaller task(RayFuncVoid3<T0,T1,T2> f, T0 t0, ObjectRef<T1> t1, T2 t2)
public static <T0,T1,T2> VoidTaskCaller task(RayFuncVoid3<T0,T1,T2> f, T0 t0, ObjectRef<T1> t1, ObjectRef<T2> t2)
public static <T0,T1,T2> VoidTaskCaller task(RayFuncVoid3<T0,T1,T2> f, ObjectRef<T0> t0, T1 t1, T2 t2)
public static <T0,T1,T2> VoidTaskCaller task(RayFuncVoid3<T0,T1,T2> f, ObjectRef<T0> t0, T1 t1, ObjectRef<T2> t2)
public static <T0,T1,T2> VoidTaskCaller task(RayFuncVoid3<T0,T1,T2> f, ObjectRef<T0> t0, ObjectRef<T1> t1, T2 t2)
public static <T0,T1,T2> VoidTaskCaller task(RayFuncVoid3<T0,T1,T2> f, ObjectRef<T0> t0, ObjectRef<T1> t1, ObjectRef<T2> t2)
public static <T0,T1,T2,T3,R> TaskCaller<R> task(RayFunc4<T0,T1,T2,T3,R> f, T0 t0, T1 t1, T2 t2, T3 t3)
public static <T0,T1,T2,T3,R> TaskCaller<R> task(RayFunc4<T0,T1,T2,T3,R> f, T0 t0, T1 t1, T2 t2, ObjectRef<T3> t3)
public static <T0,T1,T2,T3,R> TaskCaller<R> task(RayFunc4<T0,T1,T2,T3,R> f, T0 t0, T1 t1, ObjectRef<T2> t2, T3 t3)
public static <T0,T1,T2,T3,R> TaskCaller<R> task(RayFunc4<T0,T1,T2,T3,R> f, T0 t0, T1 t1, ObjectRef<T2> t2, ObjectRef<T3> t3)
public static <T0,T1,T2,T3,R> TaskCaller<R> task(RayFunc4<T0,T1,T2,T3,R> f, T0 t0, ObjectRef<T1> t1, T2 t2, T3 t3)
public static <T0,T1,T2,T3,R> TaskCaller<R> task(RayFunc4<T0,T1,T2,T3,R> f, T0 t0, ObjectRef<T1> t1, T2 t2, ObjectRef<T3> t3)
public static <T0,T1,T2,T3,R> TaskCaller<R> task(RayFunc4<T0,T1,T2,T3,R> f, T0 t0, ObjectRef<T1> t1, ObjectRef<T2> t2, T3 t3)
public static <T0,T1,T2,T3,R> TaskCaller<R> task(RayFunc4<T0,T1,T2,T3,R> f, T0 t0, ObjectRef<T1> t1, ObjectRef<T2> t2, ObjectRef<T3> t3)
public static <T0,T1,T2,T3,R> TaskCaller<R> task(RayFunc4<T0,T1,T2,T3,R> f, ObjectRef<T0> t0, T1 t1, T2 t2, T3 t3)
public static <T0,T1,T2,T3,R> TaskCaller<R> task(RayFunc4<T0,T1,T2,T3,R> f, ObjectRef<T0> t0, T1 t1, T2 t2, ObjectRef<T3> t3)
public static <T0,T1,T2,T3,R> TaskCaller<R> task(RayFunc4<T0,T1,T2,T3,R> f, ObjectRef<T0> t0, T1 t1, ObjectRef<T2> t2, T3 t3)
public static <T0,T1,T2,T3,R> TaskCaller<R> task(RayFunc4<T0,T1,T2,T3,R> f, ObjectRef<T0> t0, T1 t1, ObjectRef<T2> t2, ObjectRef<T3> t3)
public static <T0,T1,T2,T3,R> TaskCaller<R> task(RayFunc4<T0,T1,T2,T3,R> f, ObjectRef<T0> t0, ObjectRef<T1> t1, T2 t2, T3 t3)
public static <T0,T1,T2,T3,R> TaskCaller<R> task(RayFunc4<T0,T1,T2,T3,R> f, ObjectRef<T0> t0, ObjectRef<T1> t1, T2 t2, ObjectRef<T3> t3)
public static <T0,T1,T2,T3,R> TaskCaller<R> task(RayFunc4<T0,T1,T2,T3,R> f, ObjectRef<T0> t0, ObjectRef<T1> t1, ObjectRef<T2> t2, T3 t3)
public static <T0,T1,T2,T3,R> TaskCaller<R> task(RayFunc4<T0,T1,T2,T3,R> f, ObjectRef<T0> t0, ObjectRef<T1> t1, ObjectRef<T2> t2, ObjectRef<T3> t3)
public static <T0,T1,T2,T3> VoidTaskCaller task(RayFuncVoid4<T0,T1,T2,T3> f, T0 t0, T1 t1, T2 t2, T3 t3)
public static <T0,T1,T2,T3> VoidTaskCaller task(RayFuncVoid4<T0,T1,T2,T3> f, T0 t0, T1 t1, T2 t2, ObjectRef<T3> t3)
public static <T0,T1,T2,T3> VoidTaskCaller task(RayFuncVoid4<T0,T1,T2,T3> f, T0 t0, T1 t1, ObjectRef<T2> t2, T3 t3)
public static <T0,T1,T2,T3> VoidTaskCaller task(RayFuncVoid4<T0,T1,T2,T3> f, T0 t0, T1 t1, ObjectRef<T2> t2, ObjectRef<T3> t3)
public static <T0,T1,T2,T3> VoidTaskCaller task(RayFuncVoid4<T0,T1,T2,T3> f, T0 t0, ObjectRef<T1> t1, T2 t2, T3 t3)
public static <T0,T1,T2,T3> VoidTaskCaller task(RayFuncVoid4<T0,T1,T2,T3> f, T0 t0, ObjectRef<T1> t1, T2 t2, ObjectRef<T3> t3)
public static <T0,T1,T2,T3> VoidTaskCaller task(RayFuncVoid4<T0,T1,T2,T3> f, T0 t0, ObjectRef<T1> t1, ObjectRef<T2> t2, T3 t3)
public static <T0,T1,T2,T3> VoidTaskCaller task(RayFuncVoid4<T0,T1,T2,T3> f, T0 t0, ObjectRef<T1> t1, ObjectRef<T2> t2, ObjectRef<T3> t3)
public static <T0,T1,T2,T3> VoidTaskCaller task(RayFuncVoid4<T0,T1,T2,T3> f, ObjectRef<T0> t0, T1 t1, T2 t2, T3 t3)
public static <T0,T1,T2,T3> VoidTaskCaller task(RayFuncVoid4<T0,T1,T2,T3> f, ObjectRef<T0> t0, T1 t1, T2 t2, ObjectRef<T3> t3)
public static <T0,T1,T2,T3> VoidTaskCaller task(RayFuncVoid4<T0,T1,T2,T3> f, ObjectRef<T0> t0, T1 t1, ObjectRef<T2> t2, T3 t3)
public static <T0,T1,T2,T3> VoidTaskCaller task(RayFuncVoid4<T0,T1,T2,T3> f, ObjectRef<T0> t0, T1 t1, ObjectRef<T2> t2, ObjectRef<T3> t3)
public static <T0,T1,T2,T3> VoidTaskCaller task(RayFuncVoid4<T0,T1,T2,T3> f, ObjectRef<T0> t0, ObjectRef<T1> t1, T2 t2, T3 t3)
public static <T0,T1,T2,T3> VoidTaskCaller task(RayFuncVoid4<T0,T1,T2,T3> f, ObjectRef<T0> t0, ObjectRef<T1> t1, T2 t2, ObjectRef<T3> t3)
public static <T0,T1,T2,T3> VoidTaskCaller task(RayFuncVoid4<T0,T1,T2,T3> f, ObjectRef<T0> t0, ObjectRef<T1> t1, ObjectRef<T2> t2, T3 t3)
public static <T0,T1,T2,T3> VoidTaskCaller task(RayFuncVoid4<T0,T1,T2,T3> f, ObjectRef<T0> t0, ObjectRef<T1> t1, ObjectRef<T2> t2, ObjectRef<T3> t3)
public static <T0,T1,T2,T3,T4,R> TaskCaller<R> task(RayFunc5<T0,T1,T2,T3,T4,R> f, T0 t0, T1 t1, T2 t2, T3 t3, T4 t4)
public static <T0,T1,T2,T3,T4,R> TaskCaller<R> task(RayFunc5<T0,T1,T2,T3,T4,R> f, T0 t0, T1 t1, T2 t2, T3 t3, ObjectRef<T4> t4)
public static <T0,T1,T2,T3,T4,R> TaskCaller<R> task(RayFunc5<T0,T1,T2,T3,T4,R> f, T0 t0, T1 t1, T2 t2, ObjectRef<T3> t3, T4 t4)
public static <T0,T1,T2,T3,T4,R> TaskCaller<R> task(RayFunc5<T0,T1,T2,T3,T4,R> f, T0 t0, T1 t1, T2 t2, ObjectRef<T3> t3, ObjectRef<T4> t4)
public static <T0,T1,T2,T3,T4,R> TaskCaller<R> task(RayFunc5<T0,T1,T2,T3,T4,R> f, T0 t0, T1 t1, ObjectRef<T2> t2, T3 t3, T4 t4)
public static <T0,T1,T2,T3,T4,R> TaskCaller<R> task(RayFunc5<T0,T1,T2,T3,T4,R> f, T0 t0, T1 t1, ObjectRef<T2> t2, T3 t3, ObjectRef<T4> t4)
public static <T0,T1,T2,T3,T4,R> TaskCaller<R> task(RayFunc5<T0,T1,T2,T3,T4,R> f, T0 t0, T1 t1, ObjectRef<T2> t2, ObjectRef<T3> t3, T4 t4)
public static <T0,T1,T2,T3,T4,R> TaskCaller<R> task(RayFunc5<T0,T1,T2,T3,T4,R> f, T0 t0, T1 t1, ObjectRef<T2> t2, ObjectRef<T3> t3, ObjectRef<T4> t4)
public static <T0,T1,T2,T3,T4,R> TaskCaller<R> task(RayFunc5<T0,T1,T2,T3,T4,R> f, T0 t0, ObjectRef<T1> t1, T2 t2, T3 t3, T4 t4)
public static <T0,T1,T2,T3,T4,R> TaskCaller<R> task(RayFunc5<T0,T1,T2,T3,T4,R> f, T0 t0, ObjectRef<T1> t1, T2 t2, T3 t3, ObjectRef<T4> t4)
public static <T0,T1,T2,T3,T4,R> TaskCaller<R> task(RayFunc5<T0,T1,T2,T3,T4,R> f, T0 t0, ObjectRef<T1> t1, T2 t2, ObjectRef<T3> t3, T4 t4)
public static <T0,T1,T2,T3,T4,R> TaskCaller<R> task(RayFunc5<T0,T1,T2,T3,T4,R> f, T0 t0, ObjectRef<T1> t1, T2 t2, ObjectRef<T3> t3, ObjectRef<T4> t4)
public static <T0,T1,T2,T3,T4,R> TaskCaller<R> task(RayFunc5<T0,T1,T2,T3,T4,R> f, T0 t0, ObjectRef<T1> t1, ObjectRef<T2> t2, T3 t3, T4 t4)
public static <T0,T1,T2,T3,T4,R> TaskCaller<R> task(RayFunc5<T0,T1,T2,T3,T4,R> f, T0 t0, ObjectRef<T1> t1, ObjectRef<T2> t2, T3 t3, ObjectRef<T4> t4)
public static <T0,T1,T2,T3,T4,R> TaskCaller<R> task(RayFunc5<T0,T1,T2,T3,T4,R> f, T0 t0, ObjectRef<T1> t1, ObjectRef<T2> t2, ObjectRef<T3> t3, T4 t4)
public static <T0,T1,T2,T3,T4,R> TaskCaller<R> task(RayFunc5<T0,T1,T2,T3,T4,R> f, T0 t0, ObjectRef<T1> t1, ObjectRef<T2> t2, ObjectRef<T3> t3, ObjectRef<T4> t4)
public static <T0,T1,T2,T3,T4,R> TaskCaller<R> task(RayFunc5<T0,T1,T2,T3,T4,R> f, ObjectRef<T0> t0, T1 t1, T2 t2, T3 t3, T4 t4)
public static <T0,T1,T2,T3,T4,R> TaskCaller<R> task(RayFunc5<T0,T1,T2,T3,T4,R> f, ObjectRef<T0> t0, T1 t1, T2 t2, T3 t3, ObjectRef<T4> t4)
public static <T0,T1,T2,T3,T4,R> TaskCaller<R> task(RayFunc5<T0,T1,T2,T3,T4,R> f, ObjectRef<T0> t0, T1 t1, T2 t2, ObjectRef<T3> t3, T4 t4)
public static <T0,T1,T2,T3,T4,R> TaskCaller<R> task(RayFunc5<T0,T1,T2,T3,T4,R> f, ObjectRef<T0> t0, T1 t1, T2 t2, ObjectRef<T3> t3, ObjectRef<T4> t4)
public static <T0,T1,T2,T3,T4,R> TaskCaller<R> task(RayFunc5<T0,T1,T2,T3,T4,R> f, ObjectRef<T0> t0, T1 t1, ObjectRef<T2> t2, T3 t3, T4 t4)
public static <T0,T1,T2,T3,T4,R> TaskCaller<R> task(RayFunc5<T0,T1,T2,T3,T4,R> f, ObjectRef<T0> t0, T1 t1, ObjectRef<T2> t2, T3 t3, ObjectRef<T4> t4)
public static <T0,T1,T2,T3,T4,R> TaskCaller<R> task(RayFunc5<T0,T1,T2,T3,T4,R> f, ObjectRef<T0> t0, T1 t1, ObjectRef<T2> t2, ObjectRef<T3> t3, T4 t4)
public static <T0,T1,T2,T3,T4,R> TaskCaller<R> task(RayFunc5<T0,T1,T2,T3,T4,R> f, ObjectRef<T0> t0, T1 t1, ObjectRef<T2> t2, ObjectRef<T3> t3, ObjectRef<T4> t4)
public static <T0,T1,T2,T3,T4,R> TaskCaller<R> task(RayFunc5<T0,T1,T2,T3,T4,R> f, ObjectRef<T0> t0, ObjectRef<T1> t1, T2 t2, T3 t3, T4 t4)
public static <T0,T1,T2,T3,T4,R> TaskCaller<R> task(RayFunc5<T0,T1,T2,T3,T4,R> f, ObjectRef<T0> t0, ObjectRef<T1> t1, T2 t2, T3 t3, ObjectRef<T4> t4)
public static <T0,T1,T2,T3,T4,R> TaskCaller<R> task(RayFunc5<T0,T1,T2,T3,T4,R> f, ObjectRef<T0> t0, ObjectRef<T1> t1, T2 t2, ObjectRef<T3> t3, T4 t4)
public static <T0,T1,T2,T3,T4,R> TaskCaller<R> task(RayFunc5<T0,T1,T2,T3,T4,R> f, ObjectRef<T0> t0, ObjectRef<T1> t1, T2 t2, ObjectRef<T3> t3, ObjectRef<T4> t4)
public static <T0,T1,T2,T3,T4,R> TaskCaller<R> task(RayFunc5<T0,T1,T2,T3,T4,R> f, ObjectRef<T0> t0, ObjectRef<T1> t1, ObjectRef<T2> t2, T3 t3, T4 t4)
public static <T0,T1,T2,T3,T4,R> TaskCaller<R> task(RayFunc5<T0,T1,T2,T3,T4,R> f, ObjectRef<T0> t0, ObjectRef<T1> t1, ObjectRef<T2> t2, T3 t3, ObjectRef<T4> t4)
public static <T0,T1,T2,T3,T4,R> TaskCaller<R> task(RayFunc5<T0,T1,T2,T3,T4,R> f, ObjectRef<T0> t0, ObjectRef<T1> t1, ObjectRef<T2> t2, ObjectRef<T3> t3, T4 t4)
public static <T0,T1,T2,T3,T4,R> TaskCaller<R> task(RayFunc5<T0,T1,T2,T3,T4,R> f, ObjectRef<T0> t0, ObjectRef<T1> t1, ObjectRef<T2> t2, ObjectRef<T3> t3, ObjectRef<T4> t4)
public static <T0,T1,T2,T3,T4> VoidTaskCaller task(RayFuncVoid5<T0,T1,T2,T3,T4> f, T0 t0, T1 t1, T2 t2, T3 t3, T4 t4)
public static <T0,T1,T2,T3,T4> VoidTaskCaller task(RayFuncVoid5<T0,T1,T2,T3,T4> f, T0 t0, T1 t1, T2 t2, T3 t3, ObjectRef<T4> t4)
public static <T0,T1,T2,T3,T4> VoidTaskCaller task(RayFuncVoid5<T0,T1,T2,T3,T4> f, T0 t0, T1 t1, T2 t2, ObjectRef<T3> t3, T4 t4)
public static <T0,T1,T2,T3,T4> VoidTaskCaller task(RayFuncVoid5<T0,T1,T2,T3,T4> f, T0 t0, T1 t1, T2 t2, ObjectRef<T3> t3, ObjectRef<T4> t4)
public static <T0,T1,T2,T3,T4> VoidTaskCaller task(RayFuncVoid5<T0,T1,T2,T3,T4> f, T0 t0, T1 t1, ObjectRef<T2> t2, T3 t3, T4 t4)
public static <T0,T1,T2,T3,T4> VoidTaskCaller task(RayFuncVoid5<T0,T1,T2,T3,T4> f, T0 t0, T1 t1, ObjectRef<T2> t2, T3 t3, ObjectRef<T4> t4)
public static <T0,T1,T2,T3,T4> VoidTaskCaller task(RayFuncVoid5<T0,T1,T2,T3,T4> f, T0 t0, T1 t1, ObjectRef<T2> t2, ObjectRef<T3> t3, T4 t4)
public static <T0,T1,T2,T3,T4> VoidTaskCaller task(RayFuncVoid5<T0,T1,T2,T3,T4> f, T0 t0, T1 t1, ObjectRef<T2> t2, ObjectRef<T3> t3, ObjectRef<T4> t4)
public static <T0,T1,T2,T3,T4> VoidTaskCaller task(RayFuncVoid5<T0,T1,T2,T3,T4> f, T0 t0, ObjectRef<T1> t1, T2 t2, T3 t3, T4 t4)
public static <T0,T1,T2,T3,T4> VoidTaskCaller task(RayFuncVoid5<T0,T1,T2,T3,T4> f, T0 t0, ObjectRef<T1> t1, T2 t2, T3 t3, ObjectRef<T4> t4)
public static <T0,T1,T2,T3,T4> VoidTaskCaller task(RayFuncVoid5<T0,T1,T2,T3,T4> f, T0 t0, ObjectRef<T1> t1, T2 t2, ObjectRef<T3> t3, T4 t4)
public static <T0,T1,T2,T3,T4> VoidTaskCaller task(RayFuncVoid5<T0,T1,T2,T3,T4> f, T0 t0, ObjectRef<T1> t1, T2 t2, ObjectRef<T3> t3, ObjectRef<T4> t4)
public static <T0,T1,T2,T3,T4> VoidTaskCaller task(RayFuncVoid5<T0,T1,T2,T3,T4> f, T0 t0, ObjectRef<T1> t1, ObjectRef<T2> t2, T3 t3, T4 t4)
public static <T0,T1,T2,T3,T4> VoidTaskCaller task(RayFuncVoid5<T0,T1,T2,T3,T4> f, T0 t0, ObjectRef<T1> t1, ObjectRef<T2> t2, T3 t3, ObjectRef<T4> t4)
public static <T0,T1,T2,T3,T4> VoidTaskCaller task(RayFuncVoid5<T0,T1,T2,T3,T4> f, T0 t0, ObjectRef<T1> t1, ObjectRef<T2> t2, ObjectRef<T3> t3, T4 t4)
public static <T0,T1,T2,T3,T4> VoidTaskCaller task(RayFuncVoid5<T0,T1,T2,T3,T4> f, T0 t0, ObjectRef<T1> t1, ObjectRef<T2> t2, ObjectRef<T3> t3, ObjectRef<T4> t4)
public static <T0,T1,T2,T3,T4> VoidTaskCaller task(RayFuncVoid5<T0,T1,T2,T3,T4> f, ObjectRef<T0> t0, T1 t1, T2 t2, T3 t3, T4 t4)
public static <T0,T1,T2,T3,T4> VoidTaskCaller task(RayFuncVoid5<T0,T1,T2,T3,T4> f, ObjectRef<T0> t0, T1 t1, T2 t2, T3 t3, ObjectRef<T4> t4)
public static <T0,T1,T2,T3,T4> VoidTaskCaller task(RayFuncVoid5<T0,T1,T2,T3,T4> f, ObjectRef<T0> t0, T1 t1, T2 t2, ObjectRef<T3> t3, T4 t4)
public static <T0,T1,T2,T3,T4> VoidTaskCaller task(RayFuncVoid5<T0,T1,T2,T3,T4> f, ObjectRef<T0> t0, T1 t1, T2 t2, ObjectRef<T3> t3, ObjectRef<T4> t4)
public static <T0,T1,T2,T3,T4> VoidTaskCaller task(RayFuncVoid5<T0,T1,T2,T3,T4> f, ObjectRef<T0> t0, T1 t1, ObjectRef<T2> t2, T3 t3, T4 t4)
public static <T0,T1,T2,T3,T4> VoidTaskCaller task(RayFuncVoid5<T0,T1,T2,T3,T4> f, ObjectRef<T0> t0, T1 t1, ObjectRef<T2> t2, T3 t3, ObjectRef<T4> t4)
public static <T0,T1,T2,T3,T4> VoidTaskCaller task(RayFuncVoid5<T0,T1,T2,T3,T4> f, ObjectRef<T0> t0, T1 t1, ObjectRef<T2> t2, ObjectRef<T3> t3, T4 t4)
public static <T0,T1,T2,T3,T4> VoidTaskCaller task(RayFuncVoid5<T0,T1,T2,T3,T4> f, ObjectRef<T0> t0, T1 t1, ObjectRef<T2> t2, ObjectRef<T3> t3, ObjectRef<T4> t4)
public static <T0,T1,T2,T3,T4> VoidTaskCaller task(RayFuncVoid5<T0,T1,T2,T3,T4> f, ObjectRef<T0> t0, ObjectRef<T1> t1, T2 t2, T3 t3, T4 t4)
public static <T0,T1,T2,T3,T4> VoidTaskCaller task(RayFuncVoid5<T0,T1,T2,T3,T4> f, ObjectRef<T0> t0, ObjectRef<T1> t1, T2 t2, T3 t3, ObjectRef<T4> t4)
public static <T0,T1,T2,T3,T4> VoidTaskCaller task(RayFuncVoid5<T0,T1,T2,T3,T4> f, ObjectRef<T0> t0, ObjectRef<T1> t1, T2 t2, ObjectRef<T3> t3, T4 t4)
public static <T0,T1,T2,T3,T4> VoidTaskCaller task(RayFuncVoid5<T0,T1,T2,T3,T4> f, ObjectRef<T0> t0, ObjectRef<T1> t1, T2 t2, ObjectRef<T3> t3, ObjectRef<T4> t4)
public static <T0,T1,T2,T3,T4> VoidTaskCaller task(RayFuncVoid5<T0,T1,T2,T3,T4> f, ObjectRef<T0> t0, ObjectRef<T1> t1, ObjectRef<T2> t2, T3 t3, T4 t4)
public static <T0,T1,T2,T3,T4> VoidTaskCaller task(RayFuncVoid5<T0,T1,T2,T3,T4> f, ObjectRef<T0> t0, ObjectRef<T1> t1, ObjectRef<T2> t2, T3 t3, ObjectRef<T4> t4)
public static <T0,T1,T2,T3,T4> VoidTaskCaller task(RayFuncVoid5<T0,T1,T2,T3,T4> f, ObjectRef<T0> t0, ObjectRef<T1> t1, ObjectRef<T2> t2, ObjectRef<T3> t3, T4 t4)
public static <T0,T1,T2,T3,T4> VoidTaskCaller task(RayFuncVoid5<T0,T1,T2,T3,T4> f, ObjectRef<T0> t0, ObjectRef<T1> t1, ObjectRef<T2> t2, ObjectRef<T3> t3, ObjectRef<T4> t4)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, T0 t0, T1 t1, T2 t2, T3 t3, ObjectRef<T4> t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, T0 t0, T1 t1, T2 t2, T3 t3, ObjectRef<T4> t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, T0 t0, T1 t1, T2 t2, ObjectRef<T3> t3, T4 t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, T0 t0, T1 t1, T2 t2, ObjectRef<T3> t3, T4 t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, T0 t0, T1 t1, T2 t2, ObjectRef<T3> t3, ObjectRef<T4> t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, T0 t0, T1 t1, T2 t2, ObjectRef<T3> t3, ObjectRef<T4> t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, T0 t0, T1 t1, ObjectRef<T2> t2, T3 t3, T4 t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, T0 t0, T1 t1, ObjectRef<T2> t2, T3 t3, T4 t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, T0 t0, T1 t1, ObjectRef<T2> t2, T3 t3, ObjectRef<T4> t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, T0 t0, T1 t1, ObjectRef<T2> t2, T3 t3, ObjectRef<T4> t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, T0 t0, T1 t1, ObjectRef<T2> t2, ObjectRef<T3> t3, T4 t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, T0 t0, T1 t1, ObjectRef<T2> t2, ObjectRef<T3> t3, T4 t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, T0 t0, T1 t1, ObjectRef<T2> t2, ObjectRef<T3> t3, ObjectRef<T4> t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, T0 t0, T1 t1, ObjectRef<T2> t2, ObjectRef<T3> t3, ObjectRef<T4> t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, T0 t0, ObjectRef<T1> t1, T2 t2, T3 t3, T4 t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, T0 t0, ObjectRef<T1> t1, T2 t2, T3 t3, T4 t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, T0 t0, ObjectRef<T1> t1, T2 t2, T3 t3, ObjectRef<T4> t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, T0 t0, ObjectRef<T1> t1, T2 t2, T3 t3, ObjectRef<T4> t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, T0 t0, ObjectRef<T1> t1, T2 t2, ObjectRef<T3> t3, T4 t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, T0 t0, ObjectRef<T1> t1, T2 t2, ObjectRef<T3> t3, T4 t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, T0 t0, ObjectRef<T1> t1, T2 t2, ObjectRef<T3> t3, ObjectRef<T4> t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, T0 t0, ObjectRef<T1> t1, T2 t2, ObjectRef<T3> t3, ObjectRef<T4> t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, T0 t0, ObjectRef<T1> t1, ObjectRef<T2> t2, T3 t3, T4 t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, T0 t0, ObjectRef<T1> t1, ObjectRef<T2> t2, T3 t3, T4 t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, T0 t0, ObjectRef<T1> t1, ObjectRef<T2> t2, T3 t3, ObjectRef<T4> t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, T0 t0, ObjectRef<T1> t1, ObjectRef<T2> t2, T3 t3, ObjectRef<T4> t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, T0 t0, ObjectRef<T1> t1, ObjectRef<T2> t2, ObjectRef<T3> t3, T4 t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, T0 t0, ObjectRef<T1> t1, ObjectRef<T2> t2, ObjectRef<T3> t3, T4 t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, T0 t0, ObjectRef<T1> t1, ObjectRef<T2> t2, ObjectRef<T3> t3, ObjectRef<T4> t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, T0 t0, ObjectRef<T1> t1, ObjectRef<T2> t2, ObjectRef<T3> t3, ObjectRef<T4> t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, ObjectRef<T0> t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, ObjectRef<T0> t0, T1 t1, T2 t2, T3 t3, T4 t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, ObjectRef<T0> t0, T1 t1, T2 t2, T3 t3, ObjectRef<T4> t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, ObjectRef<T0> t0, T1 t1, T2 t2, T3 t3, ObjectRef<T4> t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, ObjectRef<T0> t0, T1 t1, T2 t2, ObjectRef<T3> t3, T4 t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, ObjectRef<T0> t0, T1 t1, T2 t2, ObjectRef<T3> t3, T4 t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, ObjectRef<T0> t0, T1 t1, T2 t2, ObjectRef<T3> t3, ObjectRef<T4> t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, ObjectRef<T0> t0, T1 t1, T2 t2, ObjectRef<T3> t3, ObjectRef<T4> t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, ObjectRef<T0> t0, T1 t1, ObjectRef<T2> t2, T3 t3, T4 t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, ObjectRef<T0> t0, T1 t1, ObjectRef<T2> t2, T3 t3, T4 t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, ObjectRef<T0> t0, T1 t1, ObjectRef<T2> t2, T3 t3, ObjectRef<T4> t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, ObjectRef<T0> t0, T1 t1, ObjectRef<T2> t2, T3 t3, ObjectRef<T4> t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, ObjectRef<T0> t0, T1 t1, ObjectRef<T2> t2, ObjectRef<T3> t3, T4 t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, ObjectRef<T0> t0, T1 t1, ObjectRef<T2> t2, ObjectRef<T3> t3, T4 t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, ObjectRef<T0> t0, T1 t1, ObjectRef<T2> t2, ObjectRef<T3> t3, ObjectRef<T4> t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, ObjectRef<T0> t0, T1 t1, ObjectRef<T2> t2, ObjectRef<T3> t3, ObjectRef<T4> t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, ObjectRef<T0> t0, ObjectRef<T1> t1, T2 t2, T3 t3, T4 t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, ObjectRef<T0> t0, ObjectRef<T1> t1, T2 t2, T3 t3, T4 t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, ObjectRef<T0> t0, ObjectRef<T1> t1, T2 t2, T3 t3, ObjectRef<T4> t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, ObjectRef<T0> t0, ObjectRef<T1> t1, T2 t2, T3 t3, ObjectRef<T4> t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, ObjectRef<T0> t0, ObjectRef<T1> t1, T2 t2, ObjectRef<T3> t3, T4 t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, ObjectRef<T0> t0, ObjectRef<T1> t1, T2 t2, ObjectRef<T3> t3, T4 t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, ObjectRef<T0> t0, ObjectRef<T1> t1, T2 t2, ObjectRef<T3> t3, ObjectRef<T4> t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, ObjectRef<T0> t0, ObjectRef<T1> t1, T2 t2, ObjectRef<T3> t3, ObjectRef<T4> t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, ObjectRef<T0> t0, ObjectRef<T1> t1, ObjectRef<T2> t2, T3 t3, T4 t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, ObjectRef<T0> t0, ObjectRef<T1> t1, ObjectRef<T2> t2, T3 t3, T4 t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, ObjectRef<T0> t0, ObjectRef<T1> t1, ObjectRef<T2> t2, T3 t3, ObjectRef<T4> t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, ObjectRef<T0> t0, ObjectRef<T1> t1, ObjectRef<T2> t2, T3 t3, ObjectRef<T4> t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, ObjectRef<T0> t0, ObjectRef<T1> t1, ObjectRef<T2> t2, ObjectRef<T3> t3, T4 t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, ObjectRef<T0> t0, ObjectRef<T1> t1, ObjectRef<T2> t2, ObjectRef<T3> t3, T4 t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, ObjectRef<T0> t0, ObjectRef<T1> t1, ObjectRef<T2> t2, ObjectRef<T3> t3, ObjectRef<T4> t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,R> TaskCaller<R> task(RayFunc6<T0,T1,T2,T3,T4,T5,R> f, ObjectRef<T0> t0, ObjectRef<T1> t1, ObjectRef<T2> t2, ObjectRef<T3> t3, ObjectRef<T4> t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, T0 t0, T1 t1, T2 t2, T3 t3, ObjectRef<T4> t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, T0 t0, T1 t1, T2 t2, T3 t3, ObjectRef<T4> t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, T0 t0, T1 t1, T2 t2, ObjectRef<T3> t3, T4 t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, T0 t0, T1 t1, T2 t2, ObjectRef<T3> t3, T4 t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, T0 t0, T1 t1, T2 t2, ObjectRef<T3> t3, ObjectRef<T4> t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, T0 t0, T1 t1, T2 t2, ObjectRef<T3> t3, ObjectRef<T4> t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, T0 t0, T1 t1, ObjectRef<T2> t2, T3 t3, T4 t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, T0 t0, T1 t1, ObjectRef<T2> t2, T3 t3, T4 t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, T0 t0, T1 t1, ObjectRef<T2> t2, T3 t3, ObjectRef<T4> t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, T0 t0, T1 t1, ObjectRef<T2> t2, T3 t3, ObjectRef<T4> t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, T0 t0, T1 t1, ObjectRef<T2> t2, ObjectRef<T3> t3, T4 t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, T0 t0, T1 t1, ObjectRef<T2> t2, ObjectRef<T3> t3, T4 t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, T0 t0, T1 t1, ObjectRef<T2> t2, ObjectRef<T3> t3, ObjectRef<T4> t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, T0 t0, T1 t1, ObjectRef<T2> t2, ObjectRef<T3> t3, ObjectRef<T4> t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, T0 t0, ObjectRef<T1> t1, T2 t2, T3 t3, T4 t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, T0 t0, ObjectRef<T1> t1, T2 t2, T3 t3, T4 t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, T0 t0, ObjectRef<T1> t1, T2 t2, T3 t3, ObjectRef<T4> t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, T0 t0, ObjectRef<T1> t1, T2 t2, T3 t3, ObjectRef<T4> t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, T0 t0, ObjectRef<T1> t1, T2 t2, ObjectRef<T3> t3, T4 t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, T0 t0, ObjectRef<T1> t1, T2 t2, ObjectRef<T3> t3, T4 t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, T0 t0, ObjectRef<T1> t1, T2 t2, ObjectRef<T3> t3, ObjectRef<T4> t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, T0 t0, ObjectRef<T1> t1, T2 t2, ObjectRef<T3> t3, ObjectRef<T4> t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, T0 t0, ObjectRef<T1> t1, ObjectRef<T2> t2, T3 t3, T4 t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, T0 t0, ObjectRef<T1> t1, ObjectRef<T2> t2, T3 t3, T4 t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, T0 t0, ObjectRef<T1> t1, ObjectRef<T2> t2, T3 t3, ObjectRef<T4> t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, T0 t0, ObjectRef<T1> t1, ObjectRef<T2> t2, T3 t3, ObjectRef<T4> t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, T0 t0, ObjectRef<T1> t1, ObjectRef<T2> t2, ObjectRef<T3> t3, T4 t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, T0 t0, ObjectRef<T1> t1, ObjectRef<T2> t2, ObjectRef<T3> t3, T4 t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, T0 t0, ObjectRef<T1> t1, ObjectRef<T2> t2, ObjectRef<T3> t3, ObjectRef<T4> t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, T0 t0, ObjectRef<T1> t1, ObjectRef<T2> t2, ObjectRef<T3> t3, ObjectRef<T4> t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, ObjectRef<T0> t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, ObjectRef<T0> t0, T1 t1, T2 t2, T3 t3, T4 t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, ObjectRef<T0> t0, T1 t1, T2 t2, T3 t3, ObjectRef<T4> t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, ObjectRef<T0> t0, T1 t1, T2 t2, T3 t3, ObjectRef<T4> t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, ObjectRef<T0> t0, T1 t1, T2 t2, ObjectRef<T3> t3, T4 t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, ObjectRef<T0> t0, T1 t1, T2 t2, ObjectRef<T3> t3, T4 t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, ObjectRef<T0> t0, T1 t1, T2 t2, ObjectRef<T3> t3, ObjectRef<T4> t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, ObjectRef<T0> t0, T1 t1, T2 t2, ObjectRef<T3> t3, ObjectRef<T4> t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, ObjectRef<T0> t0, T1 t1, ObjectRef<T2> t2, T3 t3, T4 t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, ObjectRef<T0> t0, T1 t1, ObjectRef<T2> t2, T3 t3, T4 t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, ObjectRef<T0> t0, T1 t1, ObjectRef<T2> t2, T3 t3, ObjectRef<T4> t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, ObjectRef<T0> t0, T1 t1, ObjectRef<T2> t2, T3 t3, ObjectRef<T4> t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, ObjectRef<T0> t0, T1 t1, ObjectRef<T2> t2, ObjectRef<T3> t3, T4 t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, ObjectRef<T0> t0, T1 t1, ObjectRef<T2> t2, ObjectRef<T3> t3, T4 t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, ObjectRef<T0> t0, T1 t1, ObjectRef<T2> t2, ObjectRef<T3> t3, ObjectRef<T4> t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, ObjectRef<T0> t0, T1 t1, ObjectRef<T2> t2, ObjectRef<T3> t3, ObjectRef<T4> t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, ObjectRef<T0> t0, ObjectRef<T1> t1, T2 t2, T3 t3, T4 t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, ObjectRef<T0> t0, ObjectRef<T1> t1, T2 t2, T3 t3, T4 t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, ObjectRef<T0> t0, ObjectRef<T1> t1, T2 t2, T3 t3, ObjectRef<T4> t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, ObjectRef<T0> t0, ObjectRef<T1> t1, T2 t2, T3 t3, ObjectRef<T4> t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, ObjectRef<T0> t0, ObjectRef<T1> t1, T2 t2, ObjectRef<T3> t3, T4 t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, ObjectRef<T0> t0, ObjectRef<T1> t1, T2 t2, ObjectRef<T3> t3, T4 t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, ObjectRef<T0> t0, ObjectRef<T1> t1, T2 t2, ObjectRef<T3> t3, ObjectRef<T4> t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, ObjectRef<T0> t0, ObjectRef<T1> t1, T2 t2, ObjectRef<T3> t3, ObjectRef<T4> t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, ObjectRef<T0> t0, ObjectRef<T1> t1, ObjectRef<T2> t2, T3 t3, T4 t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, ObjectRef<T0> t0, ObjectRef<T1> t1, ObjectRef<T2> t2, T3 t3, T4 t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, ObjectRef<T0> t0, ObjectRef<T1> t1, ObjectRef<T2> t2, T3 t3, ObjectRef<T4> t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, ObjectRef<T0> t0, ObjectRef<T1> t1, ObjectRef<T2> t2, T3 t3, ObjectRef<T4> t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, ObjectRef<T0> t0, ObjectRef<T1> t1, ObjectRef<T2> t2, ObjectRef<T3> t3, T4 t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, ObjectRef<T0> t0, ObjectRef<T1> t1, ObjectRef<T2> t2, ObjectRef<T3> t3, T4 t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, ObjectRef<T0> t0, ObjectRef<T1> t1, ObjectRef<T2> t2, ObjectRef<T3> t3, ObjectRef<T4> t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5> VoidTaskCaller task(RayFuncVoid6<T0,T1,T2,T3,T4,T5> f, ObjectRef<T0> t0, ObjectRef<T1> t1, ObjectRef<T2> t2, ObjectRef<T3> t3, ObjectRef<T4> t4, ObjectRef<T5> t5)
public static <A> ActorCreator<A> actor(RayFunc0<A> f)
public static <T0,A> ActorCreator<A> actor(RayFunc1<T0,A> f, T0 t0)
public static <T0,A> ActorCreator<A> actor(RayFunc1<T0,A> f, ObjectRef<T0> t0)
public static <T0,T1,A> ActorCreator<A> actor(RayFunc2<T0,T1,A> f, T0 t0, T1 t1)
public static <T0,T1,A> ActorCreator<A> actor(RayFunc2<T0,T1,A> f, T0 t0, ObjectRef<T1> t1)
public static <T0,T1,A> ActorCreator<A> actor(RayFunc2<T0,T1,A> f, ObjectRef<T0> t0, T1 t1)
public static <T0,T1,A> ActorCreator<A> actor(RayFunc2<T0,T1,A> f, ObjectRef<T0> t0, ObjectRef<T1> t1)
public static <T0,T1,T2,A> ActorCreator<A> actor(RayFunc3<T0,T1,T2,A> f, T0 t0, T1 t1, T2 t2)
public static <T0,T1,T2,A> ActorCreator<A> actor(RayFunc3<T0,T1,T2,A> f, T0 t0, T1 t1, ObjectRef<T2> t2)
public static <T0,T1,T2,A> ActorCreator<A> actor(RayFunc3<T0,T1,T2,A> f, T0 t0, ObjectRef<T1> t1, T2 t2)
public static <T0,T1,T2,A> ActorCreator<A> actor(RayFunc3<T0,T1,T2,A> f, T0 t0, ObjectRef<T1> t1, ObjectRef<T2> t2)
public static <T0,T1,T2,A> ActorCreator<A> actor(RayFunc3<T0,T1,T2,A> f, ObjectRef<T0> t0, T1 t1, T2 t2)
public static <T0,T1,T2,A> ActorCreator<A> actor(RayFunc3<T0,T1,T2,A> f, ObjectRef<T0> t0, T1 t1, ObjectRef<T2> t2)
public static <T0,T1,T2,A> ActorCreator<A> actor(RayFunc3<T0,T1,T2,A> f, ObjectRef<T0> t0, ObjectRef<T1> t1, T2 t2)
public static <T0,T1,T2,A> ActorCreator<A> actor(RayFunc3<T0,T1,T2,A> f, ObjectRef<T0> t0, ObjectRef<T1> t1, ObjectRef<T2> t2)
public static <T0,T1,T2,T3,A> ActorCreator<A> actor(RayFunc4<T0,T1,T2,T3,A> f, T0 t0, T1 t1, T2 t2, T3 t3)
public static <T0,T1,T2,T3,A> ActorCreator<A> actor(RayFunc4<T0,T1,T2,T3,A> f, T0 t0, T1 t1, T2 t2, ObjectRef<T3> t3)
public static <T0,T1,T2,T3,A> ActorCreator<A> actor(RayFunc4<T0,T1,T2,T3,A> f, T0 t0, T1 t1, ObjectRef<T2> t2, T3 t3)
public static <T0,T1,T2,T3,A> ActorCreator<A> actor(RayFunc4<T0,T1,T2,T3,A> f, T0 t0, T1 t1, ObjectRef<T2> t2, ObjectRef<T3> t3)
public static <T0,T1,T2,T3,A> ActorCreator<A> actor(RayFunc4<T0,T1,T2,T3,A> f, T0 t0, ObjectRef<T1> t1, T2 t2, T3 t3)
public static <T0,T1,T2,T3,A> ActorCreator<A> actor(RayFunc4<T0,T1,T2,T3,A> f, T0 t0, ObjectRef<T1> t1, T2 t2, ObjectRef<T3> t3)
public static <T0,T1,T2,T3,A> ActorCreator<A> actor(RayFunc4<T0,T1,T2,T3,A> f, T0 t0, ObjectRef<T1> t1, ObjectRef<T2> t2, T3 t3)
public static <T0,T1,T2,T3,A> ActorCreator<A> actor(RayFunc4<T0,T1,T2,T3,A> f, T0 t0, ObjectRef<T1> t1, ObjectRef<T2> t2, ObjectRef<T3> t3)
public static <T0,T1,T2,T3,A> ActorCreator<A> actor(RayFunc4<T0,T1,T2,T3,A> f, ObjectRef<T0> t0, T1 t1, T2 t2, T3 t3)
public static <T0,T1,T2,T3,A> ActorCreator<A> actor(RayFunc4<T0,T1,T2,T3,A> f, ObjectRef<T0> t0, T1 t1, T2 t2, ObjectRef<T3> t3)
public static <T0,T1,T2,T3,A> ActorCreator<A> actor(RayFunc4<T0,T1,T2,T3,A> f, ObjectRef<T0> t0, T1 t1, ObjectRef<T2> t2, T3 t3)
public static <T0,T1,T2,T3,A> ActorCreator<A> actor(RayFunc4<T0,T1,T2,T3,A> f, ObjectRef<T0> t0, T1 t1, ObjectRef<T2> t2, ObjectRef<T3> t3)
public static <T0,T1,T2,T3,A> ActorCreator<A> actor(RayFunc4<T0,T1,T2,T3,A> f, ObjectRef<T0> t0, ObjectRef<T1> t1, T2 t2, T3 t3)
public static <T0,T1,T2,T3,A> ActorCreator<A> actor(RayFunc4<T0,T1,T2,T3,A> f, ObjectRef<T0> t0, ObjectRef<T1> t1, T2 t2, ObjectRef<T3> t3)
public static <T0,T1,T2,T3,A> ActorCreator<A> actor(RayFunc4<T0,T1,T2,T3,A> f, ObjectRef<T0> t0, ObjectRef<T1> t1, ObjectRef<T2> t2, T3 t3)
public static <T0,T1,T2,T3,A> ActorCreator<A> actor(RayFunc4<T0,T1,T2,T3,A> f, ObjectRef<T0> t0, ObjectRef<T1> t1, ObjectRef<T2> t2, ObjectRef<T3> t3)
public static <T0,T1,T2,T3,T4,A> ActorCreator<A> actor(RayFunc5<T0,T1,T2,T3,T4,A> f, T0 t0, T1 t1, T2 t2, T3 t3, T4 t4)
public static <T0,T1,T2,T3,T4,A> ActorCreator<A> actor(RayFunc5<T0,T1,T2,T3,T4,A> f, T0 t0, T1 t1, T2 t2, T3 t3, ObjectRef<T4> t4)
public static <T0,T1,T2,T3,T4,A> ActorCreator<A> actor(RayFunc5<T0,T1,T2,T3,T4,A> f, T0 t0, T1 t1, T2 t2, ObjectRef<T3> t3, T4 t4)
public static <T0,T1,T2,T3,T4,A> ActorCreator<A> actor(RayFunc5<T0,T1,T2,T3,T4,A> f, T0 t0, T1 t1, T2 t2, ObjectRef<T3> t3, ObjectRef<T4> t4)
public static <T0,T1,T2,T3,T4,A> ActorCreator<A> actor(RayFunc5<T0,T1,T2,T3,T4,A> f, T0 t0, T1 t1, ObjectRef<T2> t2, T3 t3, T4 t4)
public static <T0,T1,T2,T3,T4,A> ActorCreator<A> actor(RayFunc5<T0,T1,T2,T3,T4,A> f, T0 t0, T1 t1, ObjectRef<T2> t2, T3 t3, ObjectRef<T4> t4)
public static <T0,T1,T2,T3,T4,A> ActorCreator<A> actor(RayFunc5<T0,T1,T2,T3,T4,A> f, T0 t0, T1 t1, ObjectRef<T2> t2, ObjectRef<T3> t3, T4 t4)
public static <T0,T1,T2,T3,T4,A> ActorCreator<A> actor(RayFunc5<T0,T1,T2,T3,T4,A> f, T0 t0, T1 t1, ObjectRef<T2> t2, ObjectRef<T3> t3, ObjectRef<T4> t4)
public static <T0,T1,T2,T3,T4,A> ActorCreator<A> actor(RayFunc5<T0,T1,T2,T3,T4,A> f, T0 t0, ObjectRef<T1> t1, T2 t2, T3 t3, T4 t4)
public static <T0,T1,T2,T3,T4,A> ActorCreator<A> actor(RayFunc5<T0,T1,T2,T3,T4,A> f, T0 t0, ObjectRef<T1> t1, T2 t2, T3 t3, ObjectRef<T4> t4)
public static <T0,T1,T2,T3,T4,A> ActorCreator<A> actor(RayFunc5<T0,T1,T2,T3,T4,A> f, T0 t0, ObjectRef<T1> t1, T2 t2, ObjectRef<T3> t3, T4 t4)
public static <T0,T1,T2,T3,T4,A> ActorCreator<A> actor(RayFunc5<T0,T1,T2,T3,T4,A> f, T0 t0, ObjectRef<T1> t1, T2 t2, ObjectRef<T3> t3, ObjectRef<T4> t4)
public static <T0,T1,T2,T3,T4,A> ActorCreator<A> actor(RayFunc5<T0,T1,T2,T3,T4,A> f, T0 t0, ObjectRef<T1> t1, ObjectRef<T2> t2, T3 t3, T4 t4)
public static <T0,T1,T2,T3,T4,A> ActorCreator<A> actor(RayFunc5<T0,T1,T2,T3,T4,A> f, T0 t0, ObjectRef<T1> t1, ObjectRef<T2> t2, T3 t3, ObjectRef<T4> t4)
public static <T0,T1,T2,T3,T4,A> ActorCreator<A> actor(RayFunc5<T0,T1,T2,T3,T4,A> f, T0 t0, ObjectRef<T1> t1, ObjectRef<T2> t2, ObjectRef<T3> t3, T4 t4)
public static <T0,T1,T2,T3,T4,A> ActorCreator<A> actor(RayFunc5<T0,T1,T2,T3,T4,A> f, T0 t0, ObjectRef<T1> t1, ObjectRef<T2> t2, ObjectRef<T3> t3, ObjectRef<T4> t4)
public static <T0,T1,T2,T3,T4,A> ActorCreator<A> actor(RayFunc5<T0,T1,T2,T3,T4,A> f, ObjectRef<T0> t0, T1 t1, T2 t2, T3 t3, T4 t4)
public static <T0,T1,T2,T3,T4,A> ActorCreator<A> actor(RayFunc5<T0,T1,T2,T3,T4,A> f, ObjectRef<T0> t0, T1 t1, T2 t2, T3 t3, ObjectRef<T4> t4)
public static <T0,T1,T2,T3,T4,A> ActorCreator<A> actor(RayFunc5<T0,T1,T2,T3,T4,A> f, ObjectRef<T0> t0, T1 t1, T2 t2, ObjectRef<T3> t3, T4 t4)
public static <T0,T1,T2,T3,T4,A> ActorCreator<A> actor(RayFunc5<T0,T1,T2,T3,T4,A> f, ObjectRef<T0> t0, T1 t1, T2 t2, ObjectRef<T3> t3, ObjectRef<T4> t4)
public static <T0,T1,T2,T3,T4,A> ActorCreator<A> actor(RayFunc5<T0,T1,T2,T3,T4,A> f, ObjectRef<T0> t0, T1 t1, ObjectRef<T2> t2, T3 t3, T4 t4)
public static <T0,T1,T2,T3,T4,A> ActorCreator<A> actor(RayFunc5<T0,T1,T2,T3,T4,A> f, ObjectRef<T0> t0, T1 t1, ObjectRef<T2> t2, T3 t3, ObjectRef<T4> t4)
public static <T0,T1,T2,T3,T4,A> ActorCreator<A> actor(RayFunc5<T0,T1,T2,T3,T4,A> f, ObjectRef<T0> t0, T1 t1, ObjectRef<T2> t2, ObjectRef<T3> t3, T4 t4)
public static <T0,T1,T2,T3,T4,A> ActorCreator<A> actor(RayFunc5<T0,T1,T2,T3,T4,A> f, ObjectRef<T0> t0, T1 t1, ObjectRef<T2> t2, ObjectRef<T3> t3, ObjectRef<T4> t4)
public static <T0,T1,T2,T3,T4,A> ActorCreator<A> actor(RayFunc5<T0,T1,T2,T3,T4,A> f, ObjectRef<T0> t0, ObjectRef<T1> t1, T2 t2, T3 t3, T4 t4)
public static <T0,T1,T2,T3,T4,A> ActorCreator<A> actor(RayFunc5<T0,T1,T2,T3,T4,A> f, ObjectRef<T0> t0, ObjectRef<T1> t1, T2 t2, T3 t3, ObjectRef<T4> t4)
public static <T0,T1,T2,T3,T4,A> ActorCreator<A> actor(RayFunc5<T0,T1,T2,T3,T4,A> f, ObjectRef<T0> t0, ObjectRef<T1> t1, T2 t2, ObjectRef<T3> t3, T4 t4)
public static <T0,T1,T2,T3,T4,A> ActorCreator<A> actor(RayFunc5<T0,T1,T2,T3,T4,A> f, ObjectRef<T0> t0, ObjectRef<T1> t1, T2 t2, ObjectRef<T3> t3, ObjectRef<T4> t4)
public static <T0,T1,T2,T3,T4,A> ActorCreator<A> actor(RayFunc5<T0,T1,T2,T3,T4,A> f, ObjectRef<T0> t0, ObjectRef<T1> t1, ObjectRef<T2> t2, T3 t3, T4 t4)
public static <T0,T1,T2,T3,T4,A> ActorCreator<A> actor(RayFunc5<T0,T1,T2,T3,T4,A> f, ObjectRef<T0> t0, ObjectRef<T1> t1, ObjectRef<T2> t2, T3 t3, ObjectRef<T4> t4)
public static <T0,T1,T2,T3,T4,A> ActorCreator<A> actor(RayFunc5<T0,T1,T2,T3,T4,A> f, ObjectRef<T0> t0, ObjectRef<T1> t1, ObjectRef<T2> t2, ObjectRef<T3> t3, T4 t4)
public static <T0,T1,T2,T3,T4,A> ActorCreator<A> actor(RayFunc5<T0,T1,T2,T3,T4,A> f, ObjectRef<T0> t0, ObjectRef<T1> t1, ObjectRef<T2> t2, ObjectRef<T3> t3, ObjectRef<T4> t4)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, T0 t0, T1 t1, T2 t2, T3 t3, ObjectRef<T4> t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, T0 t0, T1 t1, T2 t2, T3 t3, ObjectRef<T4> t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, T0 t0, T1 t1, T2 t2, ObjectRef<T3> t3, T4 t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, T0 t0, T1 t1, T2 t2, ObjectRef<T3> t3, T4 t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, T0 t0, T1 t1, T2 t2, ObjectRef<T3> t3, ObjectRef<T4> t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, T0 t0, T1 t1, T2 t2, ObjectRef<T3> t3, ObjectRef<T4> t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, T0 t0, T1 t1, ObjectRef<T2> t2, T3 t3, T4 t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, T0 t0, T1 t1, ObjectRef<T2> t2, T3 t3, T4 t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, T0 t0, T1 t1, ObjectRef<T2> t2, T3 t3, ObjectRef<T4> t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, T0 t0, T1 t1, ObjectRef<T2> t2, T3 t3, ObjectRef<T4> t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, T0 t0, T1 t1, ObjectRef<T2> t2, ObjectRef<T3> t3, T4 t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, T0 t0, T1 t1, ObjectRef<T2> t2, ObjectRef<T3> t3, T4 t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, T0 t0, T1 t1, ObjectRef<T2> t2, ObjectRef<T3> t3, ObjectRef<T4> t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, T0 t0, T1 t1, ObjectRef<T2> t2, ObjectRef<T3> t3, ObjectRef<T4> t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, T0 t0, ObjectRef<T1> t1, T2 t2, T3 t3, T4 t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, T0 t0, ObjectRef<T1> t1, T2 t2, T3 t3, T4 t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, T0 t0, ObjectRef<T1> t1, T2 t2, T3 t3, ObjectRef<T4> t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, T0 t0, ObjectRef<T1> t1, T2 t2, T3 t3, ObjectRef<T4> t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, T0 t0, ObjectRef<T1> t1, T2 t2, ObjectRef<T3> t3, T4 t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, T0 t0, ObjectRef<T1> t1, T2 t2, ObjectRef<T3> t3, T4 t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, T0 t0, ObjectRef<T1> t1, T2 t2, ObjectRef<T3> t3, ObjectRef<T4> t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, T0 t0, ObjectRef<T1> t1, T2 t2, ObjectRef<T3> t3, ObjectRef<T4> t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, T0 t0, ObjectRef<T1> t1, ObjectRef<T2> t2, T3 t3, T4 t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, T0 t0, ObjectRef<T1> t1, ObjectRef<T2> t2, T3 t3, T4 t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, T0 t0, ObjectRef<T1> t1, ObjectRef<T2> t2, T3 t3, ObjectRef<T4> t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, T0 t0, ObjectRef<T1> t1, ObjectRef<T2> t2, T3 t3, ObjectRef<T4> t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, T0 t0, ObjectRef<T1> t1, ObjectRef<T2> t2, ObjectRef<T3> t3, T4 t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, T0 t0, ObjectRef<T1> t1, ObjectRef<T2> t2, ObjectRef<T3> t3, T4 t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, T0 t0, ObjectRef<T1> t1, ObjectRef<T2> t2, ObjectRef<T3> t3, ObjectRef<T4> t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, T0 t0, ObjectRef<T1> t1, ObjectRef<T2> t2, ObjectRef<T3> t3, ObjectRef<T4> t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, ObjectRef<T0> t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, ObjectRef<T0> t0, T1 t1, T2 t2, T3 t3, T4 t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, ObjectRef<T0> t0, T1 t1, T2 t2, T3 t3, ObjectRef<T4> t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, ObjectRef<T0> t0, T1 t1, T2 t2, T3 t3, ObjectRef<T4> t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, ObjectRef<T0> t0, T1 t1, T2 t2, ObjectRef<T3> t3, T4 t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, ObjectRef<T0> t0, T1 t1, T2 t2, ObjectRef<T3> t3, T4 t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, ObjectRef<T0> t0, T1 t1, T2 t2, ObjectRef<T3> t3, ObjectRef<T4> t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, ObjectRef<T0> t0, T1 t1, T2 t2, ObjectRef<T3> t3, ObjectRef<T4> t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, ObjectRef<T0> t0, T1 t1, ObjectRef<T2> t2, T3 t3, T4 t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, ObjectRef<T0> t0, T1 t1, ObjectRef<T2> t2, T3 t3, T4 t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, ObjectRef<T0> t0, T1 t1, ObjectRef<T2> t2, T3 t3, ObjectRef<T4> t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, ObjectRef<T0> t0, T1 t1, ObjectRef<T2> t2, T3 t3, ObjectRef<T4> t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, ObjectRef<T0> t0, T1 t1, ObjectRef<T2> t2, ObjectRef<T3> t3, T4 t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, ObjectRef<T0> t0, T1 t1, ObjectRef<T2> t2, ObjectRef<T3> t3, T4 t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, ObjectRef<T0> t0, T1 t1, ObjectRef<T2> t2, ObjectRef<T3> t3, ObjectRef<T4> t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, ObjectRef<T0> t0, T1 t1, ObjectRef<T2> t2, ObjectRef<T3> t3, ObjectRef<T4> t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, ObjectRef<T0> t0, ObjectRef<T1> t1, T2 t2, T3 t3, T4 t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, ObjectRef<T0> t0, ObjectRef<T1> t1, T2 t2, T3 t3, T4 t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, ObjectRef<T0> t0, ObjectRef<T1> t1, T2 t2, T3 t3, ObjectRef<T4> t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, ObjectRef<T0> t0, ObjectRef<T1> t1, T2 t2, T3 t3, ObjectRef<T4> t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, ObjectRef<T0> t0, ObjectRef<T1> t1, T2 t2, ObjectRef<T3> t3, T4 t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, ObjectRef<T0> t0, ObjectRef<T1> t1, T2 t2, ObjectRef<T3> t3, T4 t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, ObjectRef<T0> t0, ObjectRef<T1> t1, T2 t2, ObjectRef<T3> t3, ObjectRef<T4> t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, ObjectRef<T0> t0, ObjectRef<T1> t1, T2 t2, ObjectRef<T3> t3, ObjectRef<T4> t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, ObjectRef<T0> t0, ObjectRef<T1> t1, ObjectRef<T2> t2, T3 t3, T4 t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, ObjectRef<T0> t0, ObjectRef<T1> t1, ObjectRef<T2> t2, T3 t3, T4 t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, ObjectRef<T0> t0, ObjectRef<T1> t1, ObjectRef<T2> t2, T3 t3, ObjectRef<T4> t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, ObjectRef<T0> t0, ObjectRef<T1> t1, ObjectRef<T2> t2, T3 t3, ObjectRef<T4> t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, ObjectRef<T0> t0, ObjectRef<T1> t1, ObjectRef<T2> t2, ObjectRef<T3> t3, T4 t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, ObjectRef<T0> t0, ObjectRef<T1> t1, ObjectRef<T2> t2, ObjectRef<T3> t3, T4 t4, ObjectRef<T5> t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, ObjectRef<T0> t0, ObjectRef<T1> t1, ObjectRef<T2> t2, ObjectRef<T3> t3, ObjectRef<T4> t4, T5 t5)
public static <T0,T1,T2,T3,T4,T5,A> ActorCreator<A> actor(RayFunc6<T0,T1,T2,T3,T4,T5,A> f, ObjectRef<T0> t0, ObjectRef<T1> t1, ObjectRef<T2> t2, ObjectRef<T3> t3, ObjectRef<T4> t4, ObjectRef<T5> t5)
public static <R> PyTaskCaller<R> task(PyFunction<R> pyFunction)
public static <R> PyTaskCaller<R> task(PyFunction<R> pyFunction, Object obj0)
public static <R> PyTaskCaller<R> task(PyFunction<R> pyFunction, Object obj0, Object obj1)
public static <R> PyTaskCaller<R> task(PyFunction<R> pyFunction, Object obj0, Object obj1, Object obj2)
public static <R> PyTaskCaller<R> task(PyFunction<R> pyFunction, Object obj0, Object obj1, Object obj2, Object obj3)
public static <R> PyTaskCaller<R> task(PyFunction<R> pyFunction, Object obj0, Object obj1, Object obj2, Object obj3, Object obj4)
public static <R> PyTaskCaller<R> task(PyFunction<R> pyFunction, Object obj0, Object obj1, Object obj2, Object obj3, Object obj4, Object obj5)
public static PyActorCreator actor(PyActorClass pyActorClass)
public static PyActorCreator actor(PyActorClass pyActorClass, Object obj0)
public static PyActorCreator actor(PyActorClass pyActorClass, Object obj0, Object obj1)
public static PyActorCreator actor(PyActorClass pyActorClass, Object obj0, Object obj1, Object obj2)
public static PyActorCreator actor(PyActorClass pyActorClass, Object obj0, Object obj1, Object obj2, Object obj3)
public static PyActorCreator actor(PyActorClass pyActorClass, Object obj0, Object obj1, Object obj2, Object obj3, Object obj4)
public static PyActorCreator actor(PyActorClass pyActorClass, Object obj0, Object obj1, Object obj2, Object obj3, Object obj4, Object obj5)
Copyright © 2021. All rights reserved.