Decoder

dev.hnaderi.k8s.utils.Decoder
See theDecoder companion object
abstract class Decoder[+R]

Attributes

Companion:
object
Source:
Decoder.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Abstract methods

def apply[T : Reader](t: T): Either[String, R]
Implicitly added by arrDecoder

Attributes

Source:
Decoder.scala
def apply[T : Reader](t: T): Either[String, R]
Implicitly added by mapDecoder

Attributes

Source:
Decoder.scala
def apply[T : Reader](t: T): Either[String, R]

Attributes

Source:
Decoder.scala

Concrete methods

final def emap[RR](f: R => Either[String, RR]): Decoder[RR]
Implicitly added by arrDecoder

Attributes

Source:
Decoder.scala
final def emap[RR](f: R => Either[String, RR]): Decoder[RR]
Implicitly added by mapDecoder

Attributes

Source:
Decoder.scala
final def emap[RR](f: R => Either[String, RR]): Decoder[RR]

Attributes

Source:
Decoder.scala
final def map[RR](f: R => RR): Decoder[RR]
Implicitly added by arrDecoder

Attributes

Source:
Decoder.scala
final def map[RR](f: R => RR): Decoder[RR]
Implicitly added by mapDecoder

Attributes

Source:
Decoder.scala
final def map[RR](f: R => RR): Decoder[RR]

Attributes

Source:
Decoder.scala
final def orElse[RR >: R](dec: Decoder[RR]): Decoder[RR]
Implicitly added by arrDecoder

Attributes

Source:
Decoder.scala
final def orElse[RR >: R](dec: Decoder[RR]): Decoder[RR]
Implicitly added by mapDecoder

Attributes

Source:
Decoder.scala
final def orElse[RR >: R](dec: Decoder[RR]): Decoder[RR]

Attributes

Source:
Decoder.scala