XmlLoader

cats.xml.effect.XmlLoader$
See theXmlLoader companion trait
object XmlLoader

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def apply[F[_]](implicit loader: XmlLoader[F]): XmlLoader[F]
def withParser[F[_]](parser: XmlParser[F])(implicit F: Sync[F]): XmlLoader[F]

Implicits

Inherited implicits

implicit def xmlLoaderWithParser[F[_] : Sync](implicit evidence$1: Sync[F], parser: XmlParser[F]): XmlLoader[F]

Attributes

Inherited from:
XmlLoaderInstances (hidden)