Unmarshaller

pl.iterators.stir.unmarshalling.Unmarshaller
See theUnmarshaller companion object
trait Unmarshaller[-A, B]

Attributes

Companion
object
Source
Unmarshaller.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def apply(value: A): IO[B]
Implicitly added by CsvSeq

Attributes

Source
Unmarshaller.scala
def apply(value: A): IO[B]
Implicitly added by liftToSourceOptionUnmarshaller

Attributes

Source
Unmarshaller.scala
def apply(value: A): IO[B]
Implicitly added by liftToTargetOptionUnmarshaller

Attributes

Source
Unmarshaller.scala
def apply(value: A): IO[B]
Implicitly added by sourceOptionUnmarshaller

Attributes

Source
Unmarshaller.scala
def apply(value: A): IO[B]
Implicitly added by targetOptionUnmarshaller

Attributes

Source
Unmarshaller.scala
def apply(value: A): IO[B]

Attributes

Source
Unmarshaller.scala

Concrete methods

def andThen[C](other: Unmarshaller[B, C]): Unmarshaller[A, C]
Implicitly added by CsvSeq

Attributes

Source
Unmarshaller.scala
def andThen[C](other: Unmarshaller[B, C]): Unmarshaller[A, C]
Implicitly added by liftToSourceOptionUnmarshaller

Attributes

Source
Unmarshaller.scala
def andThen[C](other: Unmarshaller[B, C]): Unmarshaller[A, C]
Implicitly added by liftToTargetOptionUnmarshaller

Attributes

Source
Unmarshaller.scala
def andThen[C](other: Unmarshaller[B, C]): Unmarshaller[A, C]
Implicitly added by sourceOptionUnmarshaller

Attributes

Source
Unmarshaller.scala
def andThen[C](other: Unmarshaller[B, C]): Unmarshaller[A, C]
Implicitly added by targetOptionUnmarshaller

Attributes

Source
Unmarshaller.scala
def andThen[C](other: Unmarshaller[B, C]): Unmarshaller[A, C]

Attributes

Source
Unmarshaller.scala
def flatMap[C](f: B => IO[C]): Unmarshaller[A, C]
Implicitly added by CsvSeq

Attributes

Source
Unmarshaller.scala
def flatMap[C](f: B => IO[C]): Unmarshaller[A, C]
Implicitly added by liftToSourceOptionUnmarshaller

Attributes

Source
Unmarshaller.scala
def flatMap[C](f: B => IO[C]): Unmarshaller[A, C]
Implicitly added by liftToTargetOptionUnmarshaller

Attributes

Source
Unmarshaller.scala
def flatMap[C](f: B => IO[C]): Unmarshaller[A, C]
Implicitly added by sourceOptionUnmarshaller

Attributes

Source
Unmarshaller.scala
def flatMap[C](f: B => IO[C]): Unmarshaller[A, C]
Implicitly added by targetOptionUnmarshaller

Attributes

Source
Unmarshaller.scala
def flatMap[C](f: B => IO[C]): Unmarshaller[A, C]

Attributes

Source
Unmarshaller.scala
def map[C](f: B => C): Unmarshaller[A, C]
Implicitly added by CsvSeq

Attributes

Source
Unmarshaller.scala
def map[C](f: B => C): Unmarshaller[A, C]
Implicitly added by liftToSourceOptionUnmarshaller

Attributes

Source
Unmarshaller.scala
def map[C](f: B => C): Unmarshaller[A, C]
Implicitly added by liftToTargetOptionUnmarshaller

Attributes

Source
Unmarshaller.scala
def map[C](f: B => C): Unmarshaller[A, C]
Implicitly added by sourceOptionUnmarshaller

Attributes

Source
Unmarshaller.scala
def map[C](f: B => C): Unmarshaller[A, C]
Implicitly added by targetOptionUnmarshaller

Attributes

Source
Unmarshaller.scala
def map[C](f: B => C): Unmarshaller[A, C]

Attributes

Source
Unmarshaller.scala
def recover[C >: B](pf: PartialFunction[Throwable, C]): Unmarshaller[A, C]
Implicitly added by CsvSeq

Attributes

Source
Unmarshaller.scala
def recover[C >: B](pf: PartialFunction[Throwable, C]): Unmarshaller[A, C]
Implicitly added by liftToSourceOptionUnmarshaller

Attributes

Source
Unmarshaller.scala
def recover[C >: B](pf: PartialFunction[Throwable, C]): Unmarshaller[A, C]
Implicitly added by liftToTargetOptionUnmarshaller

Attributes

Source
Unmarshaller.scala
def recover[C >: B](pf: PartialFunction[Throwable, C]): Unmarshaller[A, C]
Implicitly added by sourceOptionUnmarshaller

Attributes

Source
Unmarshaller.scala
def recover[C >: B](pf: PartialFunction[Throwable, C]): Unmarshaller[A, C]
Implicitly added by targetOptionUnmarshaller

Attributes

Source
Unmarshaller.scala
def recover[C >: B](pf: PartialFunction[Throwable, C]): Unmarshaller[A, C]

Attributes

Source
Unmarshaller.scala
def transform[C](f: IO[B] => IO[C]): Unmarshaller[A, C]
Implicitly added by CsvSeq

Attributes

Source
Unmarshaller.scala
def transform[C](f: IO[B] => IO[C]): Unmarshaller[A, C]
Implicitly added by liftToSourceOptionUnmarshaller

Attributes

Source
Unmarshaller.scala
def transform[C](f: IO[B] => IO[C]): Unmarshaller[A, C]
Implicitly added by liftToTargetOptionUnmarshaller

Attributes

Source
Unmarshaller.scala
def transform[C](f: IO[B] => IO[C]): Unmarshaller[A, C]
Implicitly added by sourceOptionUnmarshaller

Attributes

Source
Unmarshaller.scala
def transform[C](f: IO[B] => IO[C]): Unmarshaller[A, C]
Implicitly added by targetOptionUnmarshaller

Attributes

Source
Unmarshaller.scala
def transform[C](f: IO[B] => IO[C]): Unmarshaller[A, C]

Attributes

Source
Unmarshaller.scala
def withDefaultValue[BB >: B](defaultValue: BB): Unmarshaller[A, BB]
Implicitly added by CsvSeq

Attributes

Source
Unmarshaller.scala
def withDefaultValue[BB >: B](defaultValue: BB): Unmarshaller[A, BB]
Implicitly added by liftToSourceOptionUnmarshaller

Attributes

Source
Unmarshaller.scala
def withDefaultValue[BB >: B](defaultValue: BB): Unmarshaller[A, BB]
Implicitly added by liftToTargetOptionUnmarshaller

Attributes

Source
Unmarshaller.scala
def withDefaultValue[BB >: B](defaultValue: BB): Unmarshaller[A, BB]
Implicitly added by sourceOptionUnmarshaller

Attributes

Source
Unmarshaller.scala
def withDefaultValue[BB >: B](defaultValue: BB): Unmarshaller[A, BB]
Implicitly added by targetOptionUnmarshaller

Attributes

Source
Unmarshaller.scala
def withDefaultValue[BB >: B](defaultValue: BB): Unmarshaller[A, BB]

Attributes

Source
Unmarshaller.scala