KeyDecoder

object KeyDecoder
Companion:
class
Source:
KeyDecoder.scala
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[A](implicit A: KeyDecoder[A]): KeyDecoder[A]
def instance[A](f: String => Option[A]): KeyDecoder[A]