Packages

t

extruder.core

GenericDecoderInstances

trait GenericDecoderInstances extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GenericDecoderInstances
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from GenericDecoderInstances to any2stringadd[GenericDecoderInstances] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (GenericDecoderInstances, B)
    Implicit
    This member is added by an implicit conversion from GenericDecoderInstances to ArrowAssoc[GenericDecoderInstances] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. implicit def cconsDecoder[F[_], K <: Symbol, H, Repr <: Coproduct, S, I](implicit key: Aux[K], headResolve: Lazy[Decoder[F, S, H, I]], tailResolve: Lazy[DerivedDecoder[F, Repr, S, I]], typeResolver: Lazy[Decoder[F, S, Option[String], I]], F: Monad[F], errors: ExtruderErrors[F]): DerivedDecoder[F, :+:[FieldType[K, H], Repr], S, I]
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  9. implicit def cnilDecoder[F[_], S, I](implicit arg0: Functor[F], error: ExtruderErrors[F], lp: LowPriority): DerivedDecoder[F, CNil, S, I]
  10. implicit def cnilDecoderWithSettings[F[_], S <: Settings, I](implicit arg0: Functor[F], error: ExtruderErrors[F]): DerivedDecoder[F, CNil, S, I]
  11. def ensuring(cond: (GenericDecoderInstances) ⇒ Boolean, msg: ⇒ Any): GenericDecoderInstances
    Implicit
    This member is added by an implicit conversion from GenericDecoderInstances to Ensuring[GenericDecoderInstances] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: (GenericDecoderInstances) ⇒ Boolean): GenericDecoderInstances
    Implicit
    This member is added by an implicit conversion from GenericDecoderInstances to Ensuring[GenericDecoderInstances] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean, msg: ⇒ Any): GenericDecoderInstances
    Implicit
    This member is added by an implicit conversion from GenericDecoderInstances to Ensuring[GenericDecoderInstances] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean): GenericDecoderInstances
    Implicit
    This member is added by an implicit conversion from GenericDecoderInstances to Ensuring[GenericDecoderInstances] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from GenericDecoderInstances to StringFormat[GenericDecoderInstances] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. implicit def hConsDerivedDecoder[T, F[_], K <: Symbol, V, TailRepr <: HList, DefaultsTailRepr <: HList, S, I](implicit key: Aux[K], F: Applicative[F], decoder: Lazy[Decoder[F, S, V, I]], tailDecoder: Lazy[DerivedDecoderWithDefault[F, T, TailRepr, DefaultsTailRepr, S, I]]): DerivedDecoderWithDefault[F, T, ::[FieldType[K, V], TailRepr], ::[Option[V], DefaultsTailRepr], S, I]
  20. implicit def hNilDerivedDecoder[F[_], T, S, D](implicit F: Applicative[F]): DerivedDecoderWithDefault[F, T, HNil, HNil, S, D]
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. implicit def productDecoder[F[_], T, GenRepr <: HList, DefaultOptsRepr <: HList, S, I](implicit gen: Aux[T, GenRepr], defaults: Aux[T, DefaultOptsRepr], tag: ClassTag[T], F: Functor[F], decoder: Lazy[DerivedDecoderWithDefault[F, T, GenRepr, DefaultOptsRepr, S, I]], lp: LowPriority, refute: Refute[DecoderRefute[T, S, I]], refuteParser: Refute[Parser[T]], refuteMultiParser: Refute[MultiParser[F, T]]): Decoder[F, S, T, I]
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. implicit def unionDecoder[F[_], T, V <: Coproduct, S, I](implicit gen: Aux[T, V], underlying: Lazy[DerivedDecoder[F, V, S, I]], F: Functor[F], refute: Refute[DecoderRefute[T, S, I]], refuteParser: Refute[Parser[T]], refuteMultiParser: Refute[MultiParser[F, T]], neOpt: <:!<[T, Option[_]], neCol: <:!<[T, scala.collection.compat.IterableOnce[_]]): Decoder[F, S, T, I]
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. def [B](y: B): (GenericDecoderInstances, B)
    Implicit
    This member is added by an implicit conversion from GenericDecoderInstances to ArrowAssoc[GenericDecoderInstances] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from GenericDecoderInstances to any2stringadd[GenericDecoderInstances]

Inherited by implicit conversion StringFormat from GenericDecoderInstances to StringFormat[GenericDecoderInstances]

Inherited by implicit conversion Ensuring from GenericDecoderInstances to Ensuring[GenericDecoderInstances]

Inherited by implicit conversion ArrowAssoc from GenericDecoderInstances to ArrowAssoc[GenericDecoderInstances]

Ungrouped