Packages

p

es.weso

utils

package utils

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class IOException(msg: String, exc: Option[Throwable]) extends Exception with Product with Serializable
  2. trait MyLogging extends AnyRef
  3. case class RegEx(pattern: String, maybeFlags: Option[String]) extends Product with Serializable

Value Members

  1. object EitherUtils

    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.

  2. object FileUtils
  3. object IOException extends Serializable
  4. object IOUtils
  5. object LogInfo
  6. object MapUtils
  7. object OptionListUtils
  8. object SeqUtils
  9. object SetUtils
  10. object StrUtils
  11. object TryUtils
  12. object UriUtils

Ungrouped