Decoder

dev.hnaderi.k8s.utils.Decoder
See theDecoder companion class
object Decoder

Attributes

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

Members list

Value members

Concrete methods

def apply[R](implicit d: Decoder[R]): Decoder[R]

Attributes

Source
Decoder.scala
def const[R](r: R): Decoder[R]

Attributes

Source
Decoder.scala
def failed[R](msg: String): Decoder[R]

Attributes

Source
Decoder.scala

Implicits

Implicits

implicit def arrDecoder[A](implicit dec: Decoder[A]): Decoder[Seq[A]]

Attributes

Source
Decoder.scala
implicit lazy val booleanDecoder: Decoder[Boolean]

Attributes

Source
Decoder.scala
implicit lazy val doubleDecoder: Decoder[Double]

Attributes

Source
Decoder.scala
implicit lazy val intDecoder: Decoder[Int]

Attributes

Source
Decoder.scala
implicit lazy val longDecoder: Decoder[Long]

Attributes

Source
Decoder.scala
implicit def mapDecoder[A](implicit dec: Decoder[A]): Decoder[Map[String, A]]

Attributes

Source
Decoder.scala
implicit lazy val stringDecoder: Decoder[String]

Attributes

Source
Decoder.scala