StringDecoder

harness.core.StringDecoder
See theStringDecoder companion object
trait StringDecoder[+T]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Abstract methods

def decodeAccumulating(str: String): EitherNel[String, T]
Implicitly added by list
def decodeAccumulating(str: String): EitherNel[String, T]

Concrete methods

final def decode(string: String): Either[String, T]
Implicitly added by list
final def decode(string: String): Either[String, T]
final def flatMap[T2](f: T => EitherNel[String, T2]): StringDecoder[T2]
Implicitly added by list
final def flatMap[T2](f: T => EitherNel[String, T2]): StringDecoder[T2]
final def map[T2](f: T => T2): StringDecoder[T2]
Implicitly added by list
final def map[T2](f: T => T2): StringDecoder[T2]