object IOUtils
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- IOUtils
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def either2ef[A, F[_]](e: Either[String, A])(implicit arg0: Applicative[F]): ESF[A, F]
- def either2es[A](e: Either[String, A]): ESIO[A]
- def either2io[A](e: Either[String, A]): IO[Either[String, A]]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def err[A](msg: String): IO[A]
- def errStream[A](msg: String): Stream[IO, A]
- def f2es[A, F[_]](fa: F[A])(implicit arg0: Applicative[F]): ESF[A, F]
- def fail_ef[A, F[_]](msg: String)(implicit arg0: Applicative[F]): ESF[A, F]
- def fail_es[A](msg: String): ESIO[A]
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def fromES[A](e: Either[String, A]): IO[A]
- def fromIO[A](x: IO[A]): Stream[IO, A]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def io2ES[A](v: IO[A]): Either[String, A]
- def io2es[A](io: IO[A]): ESIO[A]
- def io2f[A, F[_]](io: IO[A])(implicit arg0: LiftIO[F]): F[A]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def ok[A](x: A): IO[A]
- def ok_es[A](x: A): ESIO[A]
- def ok_esf[A, F[_]](x: A)(implicit arg0: Applicative[F]): ESF[A, F]
- def print_es[A](msg: String): ESIO[Unit]
- def run_es[A](es: ESIO[A]): IO[Either[String, A]]
- def run_esf[A, F[_]](es: ESF[A, F]): F[Either[String, A]]
- def sequence[A](vs: List[IO[A]]): IO[List[A]]
- def stream2es[A](s: Stream[IO, A]): ESIO[LazyList[A]]
- def stream2io[A](s: Stream[IO, A]): IO[LazyList[A]]
- def streamFromIOs[A](vs: IO[List[A]]): Stream[IO, A]
- def streamFromLazyList[A](ls: LazyList[A]): Stream[IO, A]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()