final case class TupleAccess[T, A](tuple: Remote[T], n: Int, arity: Int) extends Remote[A] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TupleAccess
- Serializable
- Product
- Equals
- Remote
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- val arity: Int
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def debug(message: String): Remote[A]
- Definition Classes
- Remote
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def eval[A1 >: A](implicit schema: Schema[A1]): ZIO[LocalContext with RemoteContext, RemoteEvaluationError, A1]
- Definition Classes
- Remote
- def evalDynamic: ZIO[LocalContext with RemoteContext, RemoteEvaluationError, DynamicValue]
- Definition Classes
- TupleAccess → Remote
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def iterate[A1 >: A](step: (Remote[A1]) => Remote[A1])(predicate: (Remote[A1]) => Remote[Boolean])(implicit arg0: Schema[A1]): Remote[A1]
- Definition Classes
- Remote
- def match[A1 >: A, B](cases: (A1, Remote[B])*)(default: Remote[B])(implicit arg0: Schema[A1]): Remote[B]
- Definition Classes
- Remote
- val n: Int
- 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()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def substitute[B](f: Substitutions): Remote[A]
- Definition Classes
- Remote
- def substituteRec(f: Substitutions): Remote[A]
- Attributes
- protected
- Definition Classes
- TupleAccess → Remote
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def toFlow: ZFlow[Any, Nothing, A]
- Definition Classes
- Remote
- def toString[A1 >: A](implicit arg0: Schema[A1]): Remote[String]
- Definition Classes
- Remote
- def track(message: String): Remote[A]
- Definition Classes
- Remote
- val tuple: Remote[T]
- final def unit: Remote[Unit]
- Definition Classes
- Remote
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def widen[B](implicit ev: <:<[A, B]): Remote[B]
- Definition Classes
- Remote