Class/Object

framian.Cols

Wrapped

Related Docs: object Wrapped | package Cols

Permalink

case class Wrapped[K, A](sel: AxisSelection[K, A]) extends Cols[K, A] with WrappedAxisSelection[K, A] with Product with Serializable

Source
Cols.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Wrapped
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. WrappedAxisSelection
  7. Bridge
  8. Cols
  9. AxisSelectionLike
  10. AxisSelection
  11. AnyRef
  12. 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 Wrapped(sel: AxisSelection[K, A])

    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 Wrapped[K, A] to any2stringadd[Wrapped[K, A]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Wrapped[K, A], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Wrapped[K, A] to ArrowAssoc[Wrapped[K, A]] 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[B](f: (Cell[A]) ⇒ Cell[B]): Cols[K, B]

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def ensuring(cond: (Wrapped[K, A]) ⇒ Boolean, msg: ⇒ Any): Wrapped[K, A]

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

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

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

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

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

    Permalink
    Definition Classes
    WrappedAxisSelectionAxisSelection
  15. def filter(p: (A) ⇒ Boolean): Cols[K, A]

    Permalink
    Definition Classes
    AxisSelectionLikeAxisSelection
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def flatMap[B](f: (A) ⇒ Cols[K, B]): Cols[K, B]

    Permalink
    Definition Classes
    BridgeAxisSelectionLike
  18. def foreach[I, U](index: Index[I], cols: Series[K, UntypedColumn])(f: (I, Int, Cell[A]) ⇒ U): Unit

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from Wrapped[K, A] to StringFormat[Wrapped[K, A]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  20. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    Any
  22. def map[B](f: (A) ⇒ B): Cols[K, B]

    Permalink
    Definition Classes
    AxisSelectionLikeAxisSelection
  23. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  26. def orElse(that: Cols[K, A]): Cols[K, A]

    Permalink
    Definition Classes
    BridgeAxisSelectionLike
  27. def recover(pf: PartialFunction[NonValue, A]): Cols[K, A]

    Permalink
    Definition Classes
    AxisSelectionLikeAxisSelection
  28. def recoverWith(pf: PartialFunction[NonValue, Cell[A]]): Cols[K, A]

    Permalink
    Definition Classes
    AxisSelectionLikeAxisSelection
  29. val sel: AxisSelection[K, A]

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

    Permalink
    Definition Classes
    AnyRef
  31. def toRows: Rows[K, A]

    Permalink
    Definition Classes
    Cols
  32. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. def zip[B](that: Cols[K, B]): Cols[K, (A, B)]

    Permalink
    Definition Classes
    AxisSelectionLike
  36. def zipWith[B, C](that: Cols[K, B])(f: (A, B) ⇒ C): Cols[K, C]

    Permalink
    Definition Classes
    BridgeAxisSelectionLike
  37. def [B](y: B): (Wrapped[K, A], B)

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Cols.WrappedAxisSelection[K, A]

Inherited from Cols.Bridge[K, A]

Inherited from Cols[K, A]

Inherited from AxisSelectionLike[K, A, Cols]

Inherited from AxisSelection[K, A]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Wrapped[K, A] to any2stringadd[Wrapped[K, A]]

Inherited by implicit conversion StringFormat from Wrapped[K, A] to StringFormat[Wrapped[K, A]]

Inherited by implicit conversion Ensuring from Wrapped[K, A] to Ensuring[Wrapped[K, A]]

Inherited by implicit conversion ArrowAssoc from Wrapped[K, A] to ArrowAssoc[Wrapped[K, A]]

Ungrouped