Packages

t

extruder.core

EncodePartiallyApplied

trait EncodePartiallyApplied[F[_], S, E, O] extends AnyRef

Self Type
EncodePartiallyApplied[F, S, E, O]
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EncodePartiallyApplied
  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

Abstract Value Members

  1. abstract def defaultSettings: S
    Attributes
    protected

Concrete 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 EncodePartiallyApplied[F, S, E, O] to any2stringadd[EncodePartiallyApplied[F, S, E, O]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (EncodePartiallyApplied[F, S, E, O], B)
    Implicit
    This member is added by an implicit conversion from EncodePartiallyApplied[F, S, E, O] to ArrowAssoc[EncodePartiallyApplied[F, S, E, O]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def apply[A](value: A)(implicit F: FlatMap[F], encoder: Encoder[F, S, A, E], transform: Transform[F, S, E, O]): F[O]

    Encode a value A as output data O

    Encode a value A as output data O

    A

    type of value to be encoded

    value

    value to encode

    F

    implicit flatMap instance

    encoder

    implicit encoder instance

    transform

    implicit transform instance for to be used to convert internal encoded data type to output data

    returns

    encoded data wrapped in functor F

  7. def apply[A](namespace: List[String], value: A)(implicit F: FlatMap[F], encoder: Encoder[F, S, A, E], transform: Transform[F, S, E, O]): F[O]

    Encode a value A as output data O

    Encode a value A as output data O

    A

    type of value to be encoded

    namespace

    namespace at which to put the value within the output

    value

    value to encode

    F

    implicit flatMap instance

    encoder

    implicit encoder instance

    transform

    implicit transform instance for to be used to convert internal encoded data type to output data

    returns

    encoded data wrapped in functor F

  8. def apply[A](settings: S, value: A)(implicit F: FlatMap[F], encoder: Encoder[F, S, A, E], transform: Transform[F, S, E, O]): F[O]

    Encode a value A as output data O

    Encode a value A as output data O

    A

    type of value to be encoded

    settings

    settings to be used when encoding

    value

    value to encode

    F

    implicit flatMap instance

    encoder

    implicit encoder instance

    transform

    implicit transform instance for to be used to convert internal encoded data type to output data

    returns

    encoded data wrapped in functor F

  9. def apply[A](namespace: List[String], settings: S, value: A)(implicit F: FlatMap[F], encoder: Encoder[F, S, A, E], transform: Transform[F, S, E, O]): F[O]

    Encode a value A as output data O

    Encode a value A as output data O

    A

    type of value to be encoded

    namespace

    namespace at which to put the value within the output

    settings

    settings to be used when encoding

    value

    value to encode

    F

    implicit flatMap instance

    encoder

    implicit encoder instance

    transform

    implicit transform instance for to be used to convert internal encoded data type to output data

    returns

    encoded data wrapped in functor F

  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  12. def combine(other: Encode with DataSource): EncodePartiallyApplied[F, (S, (other)#Sett), Ior[E, (other)#EncodeData], Ior[O, (other)#OutputData]]

    Combine encoder with another encoder instance

    Combine encoder with another encoder instance

    other

    other data source from where types can be taken

    returns

    a new combined instance of EncodePartiallyAppliedWithDefaultSettings

  13. def combine[S1, E1, O1](other: EncodePartiallyApplied[F, S1, E1, O1]): EncodePartiallyApplied[F, (S, S1), Ior[E, E1], Ior[O, O1]]

    Combine encoder with another encoder instance

    Combine encoder with another encoder instance

    S1

    other source's settings type

    E1

    other source's internal encode data type

    O1

    other source's output data type

    other

    other data source's EncodePartiallyAppliedWithDefaultSettings to provide a default settings value

    returns

    a new combined instance of EncodePartiallyAppliedWithDefaultSettings

  14. def combine[S1, E1, O1](settings: S1): EncodePartiallyApplied[F, (S, S1), Ior[E, E1], Ior[O, O1]]

    Combine encoder with another encoder instance

    Combine encoder with another encoder instance

    S1

    other source's settings type

    E1

    other source's internal encode data type

    O1

    other source's output data type

    settings

    other data source's settings to provide a default value for in EncodePartiallyAppliedWithDefaultSettings

    returns

    a new combined instance of EncodePartiallyAppliedWithDefaultSettings

  15. def ensuring(cond: (EncodePartiallyApplied[F, S, E, O]) ⇒ Boolean, msg: ⇒ Any): EncodePartiallyApplied[F, S, E, O]
    Implicit
    This member is added by an implicit conversion from EncodePartiallyApplied[F, S, E, O] to Ensuring[EncodePartiallyApplied[F, S, E, O]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: (EncodePartiallyApplied[F, S, E, O]) ⇒ Boolean): EncodePartiallyApplied[F, S, E, O]
    Implicit
    This member is added by an implicit conversion from EncodePartiallyApplied[F, S, E, O] to Ensuring[EncodePartiallyApplied[F, S, E, O]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean, msg: ⇒ Any): EncodePartiallyApplied[F, S, E, O]
    Implicit
    This member is added by an implicit conversion from EncodePartiallyApplied[F, S, E, O] to Ensuring[EncodePartiallyApplied[F, S, E, O]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean): EncodePartiallyApplied[F, S, E, O]
    Implicit
    This member is added by an implicit conversion from EncodePartiallyApplied[F, S, E, O] to Ensuring[EncodePartiallyApplied[F, S, E, O]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  21. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from EncodePartiallyApplied[F, S, E, O] to StringFormat[EncodePartiallyApplied[F, S, E, O]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  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): (EncodePartiallyApplied[F, S, E, O], B)
    Implicit
    This member is added by an implicit conversion from EncodePartiallyApplied[F, S, E, O] to ArrowAssoc[EncodePartiallyApplied[F, S, E, O]] 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 EncodePartiallyApplied[F, S, E, O] to any2stringadd[EncodePartiallyApplied[F, S, E, O]]

Inherited by implicit conversion StringFormat from EncodePartiallyApplied[F, S, E, O] to StringFormat[EncodePartiallyApplied[F, S, E, O]]

Inherited by implicit conversion Ensuring from EncodePartiallyApplied[F, S, E, O] to Ensuring[EncodePartiallyApplied[F, S, E, O]]

Inherited by implicit conversion ArrowAssoc from EncodePartiallyApplied[F, S, E, O] to ArrowAssoc[EncodePartiallyApplied[F, S, E, O]]

Ungrouped