final case class Tuple6[T1, T2, T3, T4, T5, T6](t1: Remote[T1], t2: Remote[T2], t3: Remote[T3], t4: Remote[T4], t5: Remote[T5], t6: Remote[T6]) extends Remote[(T1, T2, T3, T4, T5, T6)] with Construct[T1, T2, T3, T4, T5, T6] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Tuple6
- Serializable
- Serializable
- Product
- Equals
- Construct
- Remote
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
debug(message: String): Remote[(T1, T2, T3, T4, T5, T6)]
- Definition Classes
- Remote
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
eval[A1 >: (T1, T2, T3, T4, T5, T6)](implicit schema: Schema[A1]): ZIO[LocalContext with RemoteContext, RemoteEvaluationError, A1]
- Definition Classes
- Remote
-
def
evalDynamic: ZIO[LocalContext with RemoteContext, RemoteEvaluationError, DynamicValue]
- Definition Classes
- Construct
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
iterate[A1 >: (T1, T2, T3, T4, T5, T6)](step: (Remote[A1]) ⇒ Remote[A1])(predicate: (Remote[A1]) ⇒ Remote[Boolean])(implicit arg0: Schema[A1]): Remote[A1]
- Definition Classes
- Remote
-
def
match[A1 >: (T1, T2, T3, T4, T5, T6), B](cases: (A1, Remote[B])*)(default: Remote[B])(implicit arg0: Schema[A1]): Remote[B]
- Definition Classes
- Remote
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
substitute[B](f: Substitutions): Remote[(T1, T2, T3, T4, T5, T6)]
- Definition Classes
- Remote
- def substituteRec(f: Substitutions): Remote[(T1, T2, T3, T4, T5, T6)]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val t1: Remote[T1]
- val t2: Remote[T2]
- val t3: Remote[T3]
- val t4: Remote[T4]
- val t5: Remote[T5]
- val t6: Remote[T6]
-
final
def
toFlow: ZFlow[Any, Nothing, (T1, T2, T3, T4, T5, T6)]
- Definition Classes
- Remote
-
def
toString[A1 >: (T1, T2, T3, T4, T5, T6)](implicit arg0: Schema[A1]): Remote[String]
- Definition Classes
- Remote
-
def
track(message: String): Remote[(T1, T2, T3, T4, T5, T6)]
- Definition Classes
- Remote
-
final
def
unit: Remote[Unit]
- Definition Classes
- Remote
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
widen[B](implicit ev: <:<[(T1, T2, T3, T4, T5, T6), B]): Remote[B]
- Definition Classes
- Remote