Packages

o

es.weso.utils

IOUtils

object IOUtils

Source
IOUtils.scala
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. All

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( ... ) @native() @HotSpotIntrinsicCandidate()
  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: Any): 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 fromES[A](e: Either[String, A]): IO[A]
  17. def fromIO[A](x: IO[A]): Stream[IO, A]
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def io2ES[A](v: IO[A]): Either[String, A]
  21. def io2es[A](io: IO[A]): ESIO[A]
  22. def io2f[A, F[_]](io: IO[A])(implicit arg0: LiftIO[F]): F[A]
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. def ok[A](x: A): IO[A]
  28. def ok_es[A](x: A): ESIO[A]
  29. def ok_esf[A, F[_]](x: A)(implicit arg0: Applicative[F]): ESF[A, F]
  30. def print_es[A](msg: String): ESIO[Unit]
  31. def run_es[A](es: ESIO[A]): IO[Either[String, A]]
  32. def run_esf[A, F[_]](es: ESF[A, F]): F[Either[String, A]]
  33. def sequence[A](vs: List[IO[A]]): IO[List[A]]
  34. def stream2es[A](s: Stream[IO, A]): ESIO[LazyList[A]]
  35. def stream2io[A](s: Stream[IO, A]): IO[LazyList[A]]
  36. def streamFromIOs[A](vs: IO[List[A]]): Stream[IO, A]
  37. def streamFromLazyList[A](ls: LazyList[A]): Stream[IO, A]
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped