c

jshelpers

JsOrOps

final case class JsOrOps[A, B](o: |[A, B]) extends Product with Serializable

Hmm...we could really tighten this up by doing |.merge and typing the picks.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsOrOps
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new JsOrOps(o: |[A, B])

Value Members

  1. val o: |[A, B]
  2. def pickLeft: A
  3. def pickRight: B
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product