object
XmlCodec
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
attr[F[_]](name: String)(implicit arg0: Monad[F]): XmlCodec[F, String, @@[String, AttrValue], String]
-
def
clone(): AnyRef
-
def
collection[F[_], C[_], D, X, A](codec: XmlCodec[F, D, X, A], cd: CardinalityDecoder[F, C, X, A])(implicit arg0: Monad[F], traverseEv: Traverse[C]): XmlCodec[F, D, C[X], C[A]]
-
def
elem[F[_], CS, C, A](name: String, children: CS)(implicit arg0: Monad[F], hListDecoder: HListDecoder[F, CS, C], hListEncoder: HListEncoder[F, CS, C], compact: CompactHList[C, A]): XmlCodec[F, String, Elem, A]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
def
nonEmptyText[F[_]](implicit arg0: Monad[F]): XmlCodec[F, Unit, @@[String, NonEmptyTextValue], String]
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
text[F[_]](implicit arg0: Monad[F]): XmlCodec[F, Unit, @@[String, TextValue], String]
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any