cats.xml.utils

package cats.xml.utils

Members list

Type members

Classlikes

sealed trait =:!=[A, B]

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
StringOps.type

Attributes

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

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

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

Supertypes
trait StaticAnnotation
class Annotation
class Object
trait Matchable
class Any