- Companion
- class
Value members
Concrete methods
def from[R, A](f: MemberIn[[_] =>> State[Int, _$2], R] => Eff[R, ValidatedNel[ExcelParseError, A]]): ExcelReads[R, A]
Inherited methods
Implicits
Inherited implicits
implicit
def booleanInstance[R](implicit sym: ExcelBasicSYM[[_] =>> Eff[R, _$6]]): ExcelReads[R, Option[Boolean]]
- Inherited from
- ExcelReadsInstances
implicit
def doubleInstance[R](implicit sym: ExcelBasicSYM[[_] =>> Eff[R, _$4]]): ExcelReads[R, Option[Double]]
- Inherited from
- ExcelReadsInstances
implicit
This instance only can parse the type whose sequence is at the end. If we want to parse any place on the type, it requires backtrack like regular-expression matcher. It's hard to implement so I haven't implemented it yet for now.
This instance only can parse the type whose sequence is at the end. If we want to parse any place on the type, it requires backtrack like regular-expression matcher. It's hard to implement so I haven't implemented it yet for now.
- Inherited from
- ExcelReadsInstances
implicit
def stringInstance[R](implicit sym: ExcelBasicSYM[[_] =>> Eff[R, _$3]]): ExcelReads[R, Option[String]]
- Inherited from
- ExcelReadsInstances
implicit
def styleInstance[R, Style](implicit sym: ExcelStyleSYM[Style, [_] =>> Eff[R, _$7]]): ExcelReads[R, Option[Style]]
- Inherited from
- ExcelReadsInstances