public final class Ray extends Object
| Constructor and Description |
|---|
Ray() |
| Modifier and Type | Method and Description |
|---|---|
static CppActorCreator |
actor(CppActorClass cppActorClass) |
static CppActorCreator |
actor(CppActorClass cppActorClass,
Object obj0) |
static CppActorCreator |
actor(CppActorClass cppActorClass,
Object obj0,
Object obj1) |
static CppActorCreator |
actor(CppActorClass cppActorClass,
Object obj0,
Object obj1,
Object obj2) |
static CppActorCreator |
actor(CppActorClass cppActorClass,
Object obj0,
Object obj1,
Object obj2,
Object obj3) |
static CppActorCreator |
actor(CppActorClass cppActorClass,
Object obj0,
Object obj1,
Object obj2,
Object obj3,
Object obj4) |
static CppActorCreator |
actor(CppActorClass cppActorClass,
Object obj0,
Object obj1,
Object obj2,
Object obj3,
Object obj4,
Object obj5) |
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 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> List<T> |
get(List<ObjectRef<T>> objectList,
long timeoutMs)
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> T |
get(ObjectRef<T> objectRef,
long timeoutMs)
Get an object by `ObjectRef` from the object store.
|
static <T extends BaseActorHandle> |
getActor(String name)
Get a handle to a named actor in current namespace.
|
static <T extends BaseActorHandle> |
getActor(String name,
String namespace)
Get a handle to a named actor in the given namespace.
|
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 |
shutdown()
Shutdown Ray runtime.
|
static <R> CppTaskCaller<R> |
task(CppFunction<R> cppFunction) |
static <R> CppTaskCaller<R> |
task(CppFunction<R> cppFunction,
Object obj0) |
static <R> CppTaskCaller<R> |
task(CppFunction<R> cppFunction,
Object obj0,
Object obj1) |
static <R> CppTaskCaller<R> |
task(CppFunction<R> cppFunction,
Object obj0,
Object obj1,
Object obj2) |
static <R> CppTaskCaller<R> |
task(CppFunction<R> cppFunction,
Object obj0,
Object obj1,
Object obj2,
Object obj3) |
static <R> CppTaskCaller<R> |
task(CppFunction<R> cppFunction,
Object obj0,
Object obj1,
Object obj2,
Object obj3,
Object obj4) |
static <R> CppTaskCaller<R> |
task(CppFunction<R> cppFunction,
Object obj0,
Object obj1,
Object obj2,
Object obj3,
Object obj4,
Object obj5) |
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.
|
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, long timeoutMs)
objectRef - The reference of the object to get.timeoutMs - The maximum amount of time in miliseconds to wait before returning.RayTimeoutException - If it's timeout to get the object.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, long timeoutMs)
objectList - A list of object references.timeoutMs - The maximum amount of time in miliseconds to wait before returning.RayTimeoutException - If it's timeout to get the object.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 of current namespace. 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> getActor(String name, String namespace)
Gets a handle to a named actor with the given name of the given namespace. The actor must have been created with name specified.
name - The name of the named actor.namespace - The namespace of the actor.RayException - An exception is raised if timed out.public static RayRuntime internal()
public static RuntimeContext getRuntimeContext()
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.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)
public static <R> CppTaskCaller<R> task(CppFunction<R> cppFunction)
public static <R> CppTaskCaller<R> task(CppFunction<R> cppFunction, Object obj0)
public static <R> CppTaskCaller<R> task(CppFunction<R> cppFunction, Object obj0, Object obj1)
public static <R> CppTaskCaller<R> task(CppFunction<R> cppFunction, Object obj0, Object obj1, Object obj2)
public static <R> CppTaskCaller<R> task(CppFunction<R> cppFunction, Object obj0, Object obj1, Object obj2, Object obj3)
public static <R> CppTaskCaller<R> task(CppFunction<R> cppFunction, Object obj0, Object obj1, Object obj2, Object obj3, Object obj4)
public static <R> CppTaskCaller<R> task(CppFunction<R> cppFunction, Object obj0, Object obj1, Object obj2, Object obj3, Object obj4, Object obj5)
public static CppActorCreator actor(CppActorClass cppActorClass)
public static CppActorCreator actor(CppActorClass cppActorClass, Object obj0)
public static CppActorCreator actor(CppActorClass cppActorClass, Object obj0, Object obj1)
public static CppActorCreator actor(CppActorClass cppActorClass, Object obj0, Object obj1, Object obj2)
public static CppActorCreator actor(CppActorClass cppActorClass, Object obj0, Object obj1, Object obj2, Object obj3)
public static CppActorCreator actor(CppActorClass cppActorClass, Object obj0, Object obj1, Object obj2, Object obj3, Object obj4)
public static CppActorCreator actor(CppActorClass cppActorClass, Object obj0, Object obj1, Object obj2, Object obj3, Object obj4, Object obj5)
Copyright © 2024. All rights reserved.