public class ParallelActor extends Object
| Constructor and Description |
|---|
ParallelActor() |
| Modifier and Type | Method and Description |
|---|---|
static <A> ParallelActorCreator<A> |
actor(RayFunc0<A> f) |
static <T0,A> ParallelActorCreator<A> |
actor(RayFunc1<T0,A> f,
ObjectRef<T0> t0) |
static <T0,A> ParallelActorCreator<A> |
actor(RayFunc1<T0,A> f,
T0 t0) |
static <T0,T1,A> ParallelActorCreator<A> |
actor(RayFunc2<T0,T1,A> f,
ObjectRef<T0> t0,
ObjectRef<T1> t1) |
static <T0,T1,A> ParallelActorCreator<A> |
actor(RayFunc2<T0,T1,A> f,
ObjectRef<T0> t0,
T1 t1) |
static <T0,T1,A> ParallelActorCreator<A> |
actor(RayFunc2<T0,T1,A> f,
T0 t0,
ObjectRef<T1> t1) |
static <T0,T1,A> ParallelActorCreator<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) |
public static <A> ParallelActorCreator<A> actor(RayFunc0<A> f)
public static <T0,A> ParallelActorCreator<A> actor(RayFunc1<T0,A> f, T0 t0)
public static <T0,A> ParallelActorCreator<A> actor(RayFunc1<T0,A> f, ObjectRef<T0> t0)
public static <T0,T1,A> ParallelActorCreator<A> actor(RayFunc2<T0,T1,A> f, T0 t0, T1 t1)
public static <T0,T1,A> ParallelActorCreator<A> actor(RayFunc2<T0,T1,A> f, T0 t0, ObjectRef<T1> t1)
public static <T0,T1,A> ParallelActorCreator<A> actor(RayFunc2<T0,T1,A> f, ObjectRef<T0> t0, T1 t1)
public static <T0,T1,A> ParallelActorCreator<A> actor(RayFunc2<T0,T1,A> f, ObjectRef<T0> t0, ObjectRef<T1> t1)
public static <T0,T1,T2,A> ParallelActorCreator<A> actor(RayFunc3<T0,T1,T2,A> f, T0 t0, T1 t1, T2 t2)
public static <T0,T1,T2,A> ParallelActorCreator<A> actor(RayFunc3<T0,T1,T2,A> f, T0 t0, T1 t1, ObjectRef<T2> t2)
public static <T0,T1,T2,A> ParallelActorCreator<A> actor(RayFunc3<T0,T1,T2,A> f, T0 t0, ObjectRef<T1> t1, T2 t2)
public static <T0,T1,T2,A> ParallelActorCreator<A> actor(RayFunc3<T0,T1,T2,A> f, T0 t0, ObjectRef<T1> t1, ObjectRef<T2> t2)
public static <T0,T1,T2,A> ParallelActorCreator<A> actor(RayFunc3<T0,T1,T2,A> f, ObjectRef<T0> t0, T1 t1, T2 t2)
public static <T0,T1,T2,A> ParallelActorCreator<A> actor(RayFunc3<T0,T1,T2,A> f, ObjectRef<T0> t0, T1 t1, ObjectRef<T2> t2)
public static <T0,T1,T2,A> ParallelActorCreator<A> actor(RayFunc3<T0,T1,T2,A> f, ObjectRef<T0> t0, ObjectRef<T1> t1, T2 t2)
public static <T0,T1,T2,A> ParallelActorCreator<A> actor(RayFunc3<T0,T1,T2,A> f, ObjectRef<T0> t0, ObjectRef<T1> t1, ObjectRef<T2> t2)
public static <T0,T1,T2,T3,A> ParallelActorCreator<A> actor(RayFunc4<T0,T1,T2,T3,A> f, T0 t0, T1 t1, T2 t2, T3 t3)
public static <T0,T1,T2,T3,A> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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> ParallelActorCreator<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)
Copyright © 2024. All rights reserved.