Packages

o

es.weso.utils

IOUtils

object IOUtils

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IOUtils
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type ESF[A, F[_]] = EitherT[F, String, A]
  2. type ESIO[A] = EitherT[IO, String, A]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. def either2ef[A, F[_]](e: Either[String, A])(implicit arg0: Applicative[F]): ESF[A, F]
  7. def either2es[A](e: Either[String, A]): ESIO[A]
  8. def either2io[A](e: Either[String, A]): IO[Either[String, A]]
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def err[A](msg: String): IO[A]
  12. def errStream[A](msg: String): Stream[IO, A]
  13. def f2es[A, F[_]](fa: F[A])(implicit arg0: Applicative[F]): ESF[A, F]
  14. def fail_ef[A, F[_]](msg: String)(implicit arg0: Applicative[F]): ESF[A, F]
  15. def fail_es[A](msg: String): ESIO[A]
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  17. def fromES[A](e: Either[String, A]): IO[A]
  18. def fromIO[A](x: IO[A]): Stream[IO, A]
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def io2ES[A](v: IO[A]): Either[String, A]
  22. def io2es[A](io: IO[A]): ESIO[A]
  23. def io2f[A, F[_]](io: IO[A])(implicit arg0: LiftIO[F]): F[A]
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def ok[A](x: A): IO[A]
  29. def ok_es[A](x: A): ESIO[A]
  30. def ok_esf[A, F[_]](x: A)(implicit arg0: Applicative[F]): ESF[A, F]
  31. def print_es[A](msg: String): ESIO[Unit]
  32. def run_es[A](es: ESIO[A]): IO[Either[String, A]]
  33. def run_esf[A, F[_]](es: ESF[A, F]): F[Either[String, A]]
  34. def sequence[A](vs: List[IO[A]]): IO[List[A]]
  35. def stream2es[A](s: Stream[IO, A]): ESIO[LazyList[A]]
  36. def stream2io[A](s: Stream[IO, A]): IO[LazyList[A]]
  37. def streamFromIOs[A](vs: IO[List[A]]): Stream[IO, A]
  38. def streamFromLazyList[A](ls: LazyList[A]): Stream[IO, A]
  39. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped