final case class Tuple22[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22](t1: Remote[T1], t2: Remote[T2], t3: Remote[T3], t4: Remote[T4], t5: Remote[T5], t6: Remote[T6], t7: Remote[T7], t8: Remote[T8], t9: Remote[T9], t10: Remote[T10], t11: Remote[T11], t12: Remote[T12], t13: Remote[T13], t14: Remote[T14], t15: Remote[T15], t16: Remote[T16], t17: Remote[T17], t18: Remote[T18], t19: Remote[T19], t20: Remote[T20], t21: Remote[T21], t22: Remote[T22]) extends Remote[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22)] with Construct[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Tuple22
- Serializable
- Serializable
- Product
- Equals
- Construct
- Remote
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Tuple22(t1: Remote[T1], t2: Remote[T2], t3: Remote[T3], t4: Remote[T4], t5: Remote[T5], t6: Remote[T6], t7: Remote[T7], t8: Remote[T8], t9: Remote[T9], t10: Remote[T10], t11: Remote[T11], t12: Remote[T12], t13: Remote[T13], t14: Remote[T14], t15: Remote[T15], t16: Remote[T16], t17: Remote[T17], t18: Remote[T18], t19: Remote[T19], t20: Remote[T20], t21: Remote[T21], t22: Remote[T22])
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, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22)]
- Definition Classes
- Remote
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
eval[A1 >: (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22)](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, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22)](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, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22), 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, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22)]
- Definition Classes
- Remote
- def substituteRec(f: Substitutions): Remote[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22)]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val t1: Remote[T1]
- val t10: Remote[T10]
- val t11: Remote[T11]
- val t12: Remote[T12]
- val t13: Remote[T13]
- val t14: Remote[T14]
- val t15: Remote[T15]
- val t16: Remote[T16]
- val t17: Remote[T17]
- val t18: Remote[T18]
- val t19: Remote[T19]
- val t2: Remote[T2]
- val t20: Remote[T20]
- val t21: Remote[T21]
- val t22: Remote[T22]
- val t3: Remote[T3]
- val t4: Remote[T4]
- val t5: Remote[T5]
- val t6: Remote[T6]
- val t7: Remote[T7]
- val t8: Remote[T8]
- val t9: Remote[T9]
-
final
def
toFlow: ZFlow[Any, Nothing, (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22)]
- Definition Classes
- Remote
-
def
toString[A1 >: (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22)](implicit arg0: Schema[A1]): Remote[String]
- Definition Classes
- Remote
-
def
track(message: String): Remote[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22)]
- 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, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22), B]): Remote[B]
- Definition Classes
- Remote