com.mojang.datafixers

public final class Products$P6<F extends K1, T1, T2, T3, T4, T5, T6>

com.mojang.datafixers.Products$P6

Field summary

Modifier and TypeField
private final App<F, T1>
t1
private final App<F, T2>
t2
private final App<F, T3>
t3
private final App<F, T4>
t4
private final App<F, T5>
t5
private final App<F, T6>
t6

Constructor summary

ModifierConstructor
public (App<F, T1> arg0, App<F, T2> arg1, App<F, T3> arg2, App<F, T4> arg3, App<F, T5> arg4, App<F, T6> arg5)

Method summary

Modifier and TypeMethod
public App<F, T1>
t1()
public App<F, T2>
t2()
public App<F, T3>
t3()
public App<F, T4>
t4()
public App<F, T5>
t5()
public App<F, T6>
t6()
public <T7> Products$P7<F, T1, T2, T3, T4, T5, T6, T7>
and(App<F, T7> arg0)
public <T7, T8> Products$P8<F, T1, T2, T3, T4, T5, T6, T7, T8>
and(Products$P2<F, T7, T8> arg0)
public <R> App<F, R>
apply(Applicative<F, ?> arg0, Function6<T1, T2, T3, T4, T5, T6, R> arg1)
public <R> App<F, R>
apply(Applicative<F, ?> arg0, App<F, Function6<T1, T2, T3, T4, T5, T6, R>> arg1)