final case class RemoteEither[A, B](either: Either[Remote[A], Remote[B]]) extends Remote[Either[A, B]] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RemoteEither
- Serializable
- Serializable
- Product
- Equals
- Remote
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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[Either[A, B]]
- Definition Classes
- Remote
- val either: Either[Remote[A], Remote[B]]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(that: Any): Boolean
- Definition Classes
- RemoteEither → Equals → AnyRef → Any
-
def
eval[A1 >: Either[A, B]](implicit schema: Schema[A1]): ZIO[LocalContext with RemoteContext, RemoteEvaluationError, A1]
- Definition Classes
- Remote
-
def
evalDynamic: ZIO[LocalContext with RemoteContext, RemoteEvaluationError, DynamicValue]
- Definition Classes
- RemoteEither → Remote
-
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 >: Either[A, B]](step: (Remote[A1]) ⇒ Remote[A1])(predicate: (Remote[A1]) ⇒ Remote[Boolean])(implicit arg0: Schema[A1]): Remote[A1]
- Definition Classes
- Remote
-
def
match[A1 >: Either[A, B], 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[Either[A, B]]
- Definition Classes
- Remote
-
def
substituteRec(f: Substitutions): Remote[Either[A, B]]
- Attributes
- protected
- Definition Classes
- RemoteEither → Remote
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
toFlow: ZFlow[Any, Nothing, Either[A, B]]
- Definition Classes
- Remote
-
def
toString[A1 >: Either[A, B]](implicit arg0: Schema[A1]): Remote[String]
- Definition Classes
- Remote
-
def
track(message: String): Remote[Either[A, B]]
- 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: <:<[Either[A, B], B]): Remote[B]
- Definition Classes
- Remote