Object/Trait

faunadb.values

Decoder

Related Docs: trait Decoder | package values

Permalink

object Decoder

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Decoder
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait ArrayDecoder[T] extends Decoder[Array[T]]

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. implicit def ArrayDecoder[T](implicit arg0: Decoder[T], ev: ClassTag[T]): ArrayDecoder[T]

    Permalink
  5. implicit object ArrayVDecoder extends Decoder[ArrayV]

    Permalink
  6. implicit object BooleanDecoder extends Decoder[Boolean]

    Permalink
  7. implicit object ByteArrayDecoder extends ArrayDecoder[Byte]

    Permalink
  8. implicit object ByteDecoder extends Decoder[Byte]

    Permalink
  9. implicit object BytesVDecoder extends Decoder[BytesV]

    Permalink
  10. implicit object CharDecoder extends Decoder[Char]

    Permalink
  11. implicit def CollectionDecoder[T, Col[_]](implicit arg0: Decoder[T], cbf: CanBuildFrom[_, T, Col[T]]): Decoder[Col[T]]

    Permalink
  12. implicit object DateDecoder extends Decoder[DateV]

    Permalink
  13. implicit object DoubleDecoder extends Decoder[Double]

    Permalink
  14. implicit def EitherDecoder[A, B](implicit a: Decoder[A], b: Decoder[B], tagA: ClassTag[A], tagB: ClassTag[B]): Decoder[Either[A, B]]

    Permalink
  15. implicit object FloatDecoder extends Decoder[Float]

    Permalink
  16. implicit object InstantDecoder extends Decoder[Instant]

    Permalink
  17. implicit object IntDecoder extends Decoder[Int]

    Permalink
  18. implicit object LocalDateDecoder extends Decoder[LocalDate]

    Permalink
  19. implicit object LongDecoder extends Decoder[Long]

    Permalink
  20. implicit def MapDecoder[T](implicit decoder: Decoder[T]): Decoder[Map[String, T]]

    Permalink
  21. implicit object NullVDecoder extends Decoder[NullV]

    Permalink
  22. implicit object ObjectVDecoder extends Decoder[ObjectV]

    Permalink
  23. implicit def OptionDecoder[T](implicit decoder: Decoder[T]): Decoder[Option[T]]

    Permalink
  24. implicit object RefDecoder extends Decoder[RefV]

    Permalink
  25. implicit object ScalarDecoder extends Decoder[ScalarValue]

    Permalink
  26. implicit object SetRefDecoder extends Decoder[SetRefV]

    Permalink
  27. implicit object ShortDecoder extends Decoder[Short]

    Permalink
  28. implicit object StringDecoder extends Decoder[String]

    Permalink
  29. implicit object TimestampDecoder extends Decoder[TimeV]

    Permalink
  30. implicit def Tuple10Decoder[A, B, C, D, E, F, G, H, I, J](implicit arg0: Decoder[A], arg1: Decoder[B], arg2: Decoder[C], arg3: Decoder[D], arg4: Decoder[E], arg5: Decoder[F], arg6: Decoder[G], arg7: Decoder[H], arg8: Decoder[I], arg9: Decoder[J]): Decoder[(A, B, C, D, E, F, G, H, I, J)]

    Permalink
  31. implicit def Tuple2Decoder[A, B](implicit arg0: Decoder[A], arg1: Decoder[B]): Decoder[(A, B)]

    Permalink
  32. implicit def Tuple3Decoder[A, B, C](implicit arg0: Decoder[A], arg1: Decoder[B], arg2: Decoder[C]): Decoder[(A, B, C)]

    Permalink
  33. implicit def Tuple4Decoder[A, B, C, D](implicit arg0: Decoder[A], arg1: Decoder[B], arg2: Decoder[C], arg3: Decoder[D]): Decoder[(A, B, C, D)]

    Permalink
  34. implicit def Tuple5Decoder[A, B, C, D, E](implicit arg0: Decoder[A], arg1: Decoder[B], arg2: Decoder[C], arg3: Decoder[D], arg4: Decoder[E]): Decoder[(A, B, C, D, E)]

    Permalink
  35. implicit def Tuple6Decoder[A, B, C, D, E, F](implicit arg0: Decoder[A], arg1: Decoder[B], arg2: Decoder[C], arg3: Decoder[D], arg4: Decoder[E], arg5: Decoder[F]): Decoder[(A, B, C, D, E, F)]

    Permalink
  36. implicit def Tuple7Decoder[A, B, C, D, E, F, G](implicit arg0: Decoder[A], arg1: Decoder[B], arg2: Decoder[C], arg3: Decoder[D], arg4: Decoder[E], arg5: Decoder[F], arg6: Decoder[G]): Decoder[(A, B, C, D, E, F, G)]

    Permalink
  37. implicit def Tuple8Decoder[A, B, C, D, E, F, G, H](implicit arg0: Decoder[A], arg1: Decoder[B], arg2: Decoder[C], arg3: Decoder[D], arg4: Decoder[E], arg5: Decoder[F], arg6: Decoder[G], arg7: Decoder[H]): Decoder[(A, B, C, D, E, F, G, H)]

    Permalink
  38. implicit def Tuple9Decoder[A, B, C, D, E, F, G, H, I](implicit arg0: Decoder[A], arg1: Decoder[B], arg2: Decoder[C], arg3: Decoder[D], arg4: Decoder[E], arg5: Decoder[F], arg6: Decoder[G], arg7: Decoder[H], arg8: Decoder[I]): Decoder[(A, B, C, D, E, F, G, H, I)]

    Permalink
  39. implicit object ValueDecoder extends Decoder[Value]

    Permalink
  40. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  41. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  42. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  43. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  44. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  45. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  46. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  47. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  48. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  49. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  50. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  51. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  52. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped