cats.xml.utils

Members list

Concise view

Type members

Classlikes

sealed trait =:!=[A, B]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
object =:!=

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
=:!=.type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
case class Debug(xmlPrinterPrintTypesName: Boolean, doNotOverrideXmlToString: Boolean)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
sealed trait StringMapper extends String => String

Attributes

Companion:
object
Graph
Supertypes
trait String => String
class Object
trait Matchable
class Any
Known subtypes
object CamelCase.type
object KebabCase.type
object PascalCase.type
object SnakeCase.type

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
object StringOps extends StringOpsSyntax

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object StringOps.type

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
final class impure extends StaticAnnotation

Annotation used to mark method that are impure functions. This means that a method with this annotation can have side-effects as throwing exceptions.

Annotation used to mark method that are impure functions. This means that a method with this annotation can have side-effects as throwing exceptions.

When possible is better to avoid side-effects but, sometime for usability purpose you have to trow exception instead of returning a monad which is more complex to use. For example to validate some parameters

Be careful with this annotation and propagate it up.

Attributes

Graph
Supertypes
trait StaticAnnotation
class Annotation
class Object
trait Matchable
class Any