Packages

t

extruder.core

DerivedDecoderInstances

trait DerivedDecoderInstances extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DerivedDecoderInstances
  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 DerivedDecoderInstances to any2stringadd[DerivedDecoderInstances] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (DerivedDecoderInstances, B)
    Implicit
    This member is added by an implicit conversion from DerivedDecoderInstances to ArrowAssoc[DerivedDecoderInstances] 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 chainDecoder[F[_], T, S, D](implicit arg0: Functor[F], decoder: Lazy[Decoder[F, S, List[T], D]]): Decoder[F, S, Chain[T], D]
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  9. implicit def eitherDecoder[F[_], L, R, S, D](implicit leftDecoder: Lazy[Decoder[F, S, L, D]], F: Monad[F], hasValue: HasValue[F, S, D], rightDecoder: Lazy[Decoder[F, S, R, D]], error: ExtruderErrors[F]): Decoder[F, S, Either[L, R], D]
  10. def ensuring(cond: (DerivedDecoderInstances) ⇒ Boolean, msg: ⇒ Any): DerivedDecoderInstances
    Implicit
    This member is added by an implicit conversion from DerivedDecoderInstances to Ensuring[DerivedDecoderInstances] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: (DerivedDecoderInstances) ⇒ Boolean): DerivedDecoderInstances
    Implicit
    This member is added by an implicit conversion from DerivedDecoderInstances to Ensuring[DerivedDecoderInstances] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean, msg: ⇒ Any): DerivedDecoderInstances
    Implicit
    This member is added by an implicit conversion from DerivedDecoderInstances to Ensuring[DerivedDecoderInstances] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean): DerivedDecoderInstances
    Implicit
    This member is added by an implicit conversion from DerivedDecoderInstances to Ensuring[DerivedDecoderInstances] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from DerivedDecoderInstances to StringFormat[DerivedDecoderInstances] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. implicit def nonEmptyChainDecoder[F[_], T, S <: Settings, D](implicit decoder: Lazy[Decoder[F, S, Vector[T], D]], F: Monad[F], error: ExtruderErrors[F]): Decoder[F, S, NonEmptyChain[T], D]
  22. implicit def nonEmptyListDecoder[F[_], T, S, D](implicit arg0: Functor[F], decoder: Lazy[Decoder[F, S, NonEmptyChain[T], D]]): Decoder[F, S, NonEmptyList[T], D]
  23. implicit def nonEmptySetDecoder[F[_], T, S, D](implicit arg0: Functor[F], arg1: Order[T], decoder: Lazy[Decoder[F, S, NonEmptyChain[T], D]]): Decoder[F, S, NonEmptySet[T], D]
  24. implicit def nonEmptyVectorDecoder[F[_], T, S, D](implicit arg0: Functor[F], decoder: Lazy[Decoder[F, S, NonEmptyChain[T], D]]): Decoder[F, S, NonEmptyVector[T], D]
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. implicit def optionalDecoder[F[_], T, S, D](implicit decoder: Lazy[Decoder[F, S, T, D]], F: Monad[F], error: ExtruderErrors[F], hasValue: HasValue[F, S, D], refute: Refute[MultiParser[F, T]]): Decoder[F, S, Option[T], D]
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  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): (DerivedDecoderInstances, B)
    Implicit
    This member is added by an implicit conversion from DerivedDecoderInstances to ArrowAssoc[DerivedDecoderInstances] 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 DerivedDecoderInstances to any2stringadd[DerivedDecoderInstances]

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

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

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

Ungrouped