Class

framian.AxisSelectionCompanion.ops

Zipped

Related Doc: package ops

Permalink

case class Zipped[K, A, B, C](fst: AxisSelection[K, A], snd: AxisSelection[K, B], combine: (Cell[A], ⇒ Cell[B]) ⇒ Cell[C]) extends Op[K, C] with Product with Serializable

Source
AxisSelection.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, Op[K, C], AxisSelection[K, C], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Zipped
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Op
  7. AxisSelection
  8. AnyRef
  9. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Zipped(fst: AxisSelection[K, A], snd: AxisSelection[K, B], combine: (Cell[A], ⇒ Cell[B]) ⇒ Cell[C])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Zipped[K, A, B, C] to any2stringadd[Zipped[K, A, B, C]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Zipped[K, A, B, C], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Zipped[K, A, B, C] to ArrowAssoc[Zipped[K, A, B, C]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def cellMap[D](f: (Cell[C]) ⇒ Cell[D]): AxisSelection[K, D]

    Permalink
    Definition Classes
    ZippedOpAxisSelection
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val combine: (Cell[A], ⇒ Cell[B]) ⇒ Cell[C]

    Permalink
  10. def ensuring(cond: (Zipped[K, A, B, C]) ⇒ Boolean, msg: ⇒ Any): Zipped[K, A, B, C]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Zipped[K, A, B, C] to Ensuring[Zipped[K, A, B, C]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: (Zipped[K, A, B, C]) ⇒ Boolean): Zipped[K, A, B, C]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Zipped[K, A, B, C] to Ensuring[Zipped[K, A, B, C]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean, msg: ⇒ Any): Zipped[K, A, B, C]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Zipped[K, A, B, C] to Ensuring[Zipped[K, A, B, C]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean): Zipped[K, A, B, C]

    Permalink
    Implicit information
    This member is added by an implicit conversion from Zipped[K, A, B, C] to Ensuring[Zipped[K, A, B, C]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def extractorFor(cols: Series[K, UntypedColumn]): (Int) ⇒ Cell[C]

    Permalink
    Definition Classes
    ZippedAxisSelection
  16. def filter(p: (C) ⇒ Boolean): AxisSelection[K, C]

    Permalink
    Definition Classes
    OpAxisSelection
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def foreach[I, U](index: Index[I], cols: Series[K, UntypedColumn])(f: (I, Int, Cell[C]) ⇒ U): Unit

    Permalink
    Definition Classes
    AxisSelection
  19. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Zipped[K, A, B, C] to StringFormat[Zipped[K, A, B, C]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  20. val fst: AxisSelection[K, A]

    Permalink
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. def map[B](f: (C) ⇒ B): AxisSelection[K, B]

    Permalink
    Definition Classes
    OpAxisSelection
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. def recover(pf: PartialFunction[NonValue, C]): AxisSelection[K, C]

    Permalink
    Definition Classes
    OpAxisSelection
  28. def recoverWith(pf: PartialFunction[NonValue, Cell[C]]): AxisSelection[K, C]

    Permalink
    Definition Classes
    OpAxisSelection
  29. val snd: AxisSelection[K, B]

    Permalink
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. def [B](y: B): (Zipped[K, A, B, C], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Zipped[K, A, B, C] to ArrowAssoc[Zipped[K, A, B, C]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Op[K, C]

Inherited from AxisSelection[K, C]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Zipped[K, A, B, C] to any2stringadd[Zipped[K, A, B, C]]

Inherited by implicit conversion StringFormat from Zipped[K, A, B, C] to StringFormat[Zipped[K, A, B, C]]

Inherited by implicit conversion Ensuring from Zipped[K, A, B, C] to Ensuring[Zipped[K, A, B, C]]

Inherited by implicit conversion ArrowAssoc from Zipped[K, A, B, C] to ArrowAssoc[Zipped[K, A, B, C]]

Ungrouped