es.weso.utils

Type members

Classlikes

This utility methods are not intended to replace cats, but as IntelliJ raises some ugly false errors in the code when using cats this functions encapsulate the errors in here so your code does not look ugly.

This utility methods are not intended to replace cats, but as IntelliJ raises some ugly false errors in the code when using cats this functions encapsulate the errors in here so your code does not look ugly.

object FileUtils
case
class IOException(msg: String, exc: Option[Throwable]) extends Exception
Companion
object
Companion
class
object IOUtils
object LogInfo
object MapUtils
trait MyLogging
case
class RegEx(pattern: String, maybeFlags: Option[String])
object SeqUtils
object SetUtils
object StrUtils
object TryUtils
object UriUtils