final case class PoiScalaRow(value: Row) extends AnyVal with Product with Serializable
Wrapper class for Poi Scala Row
- Note
This case class will be stacked into the
Eff
effects stack(akaR
). Then Scala compiler will finds implicit instance where the look companion objects of all types in effects stack. So this wrapper is needed to wiring implicit instances.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PoiScalaRow
- Serializable
- Product
- Equals
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new PoiScalaRow(value: Row)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val value: Row