Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
implicit
def
DigitLong(d: Digit): Long
-
object
_0 extends Digit with Product with Serializable
-
object
_1 extends Digit with Product with Serializable
-
object
_2 extends Digit with Product with Serializable
-
object
_3 extends Digit with Product with Serializable
-
object
_4 extends Digit with Product with Serializable
-
object
_5 extends Digit with Product with Serializable
-
object
_6 extends Digit with Product with Serializable
-
object
_7 extends Digit with Product with Serializable
-
object
_8 extends Digit with Product with Serializable
-
object
_9 extends Digit with Product with Serializable
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
digitFromChar(c: Char): Option[Digit]
-
def
digitFromInt(i: Int): Option[Digit]
-
def
digitFromLong(i: Long): Option[Digit]
-
-
def
digits[F[+_]](cs: F[Char])(implicit F: Functor[F]): OptionT[F, Digit]
-
val
digits: List[Digit]
-
def
digitsCollapse[F[_]](chars: F[Char])(implicit F: MonadPlus[F]): F[Digit]
-
def
digitsOr[F[_]](chars: F[Char], d: ⇒ Digit)(implicit F: Functor[F]): F[Digit]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
longDigits[F[_]](digits: F[Digit])(implicit F: Foldable[F]): Long
-
def
mod10Digit(i: Int): Digit
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
traverseDigits[F[+_]](chars: F[Char])(implicit F: Traverse[F]): Option[F[Digit]]
-
def
traverseDigitsOr[F[+_]](chars: F[Char], d: ⇒ F[Digit])(implicit F: Traverse[F]): F[Digit]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any