trait CatsUtils extends AnyRef

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

Type Members

  1. case class IterableSequenceSyntax[F[_], T](l: Iterable[F[T]])(implicit evidence$15: Parallel[F], evidence$16: Applicative[F]) extends Product with Serializable

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() @IntrinsicCandidate()
  6. def defer[F[_], A](f: => F[A])(implicit arg0: Sync[F]): F[A]
  7. def delay[F[_], A](f: => A)(implicit arg0: Sync[F]): F[A]
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def fromEither[F[_], A](e: Either[Throwable, A])(implicit arg0: Concurrent[F]): F[A]
  11. def fromFuture[F[_], A](f: => Future[A])(implicit arg0: Concurrent[F]): F[A]
  12. def fromJavaFuture[F[_], A](future: => Future[A], pollTime: FiniteDuration = 10.millis)(implicit arg0: Concurrent[F]): F[A]
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  14. def guarantee[F[_], A](fa: F[A])(finalizer: F[Unit])(implicit bracket: Bracket[F, Throwable]): F[A]
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. implicit def iterableToSequenceSyntax[F[_], T](l: Iterable[F[T]])(implicit arg0: Parallel[F], arg1: Applicative[F]): IterableSequenceSyntax[F, T]
  18. def liftIO[F[_], A](f: IO[A])(implicit arg0: Concurrent[F]): F[A]
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  22. def pure[F[_], A](a: A)(implicit arg0: Sync[F]): F[A]
  23. def raiseError[F[_], A](t: Throwable)(implicit arg0: Sync[F]): F[A]
  24. def sleep[F[_]](duration: FiniteDuration)(implicit arg0: Timer[F]): F[Unit]
  25. def start[F[_], A](f: F[A])(implicit arg0: Concurrent[F]): F[Fiber[F, A]]
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def take[F[_], T](mvar: MVar[F, T], timeout: Option[FiniteDuration], pollTime: FiniteDuration = 1.millis)(implicit arg0: Concurrent[F], arg1: Timer[F]): F[T]
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. def unit[F[_]](implicit arg0: Sync[F]): F[Unit]
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. def waitFor[F[_], A](f: => F[A])(cond: (A) => F[Boolean], pollTime: FiniteDuration = 1.second)(implicit arg0: Concurrent[F], arg1: Timer[F]): F[A]
  34. def whenA[F[_], A](cond: Boolean)(f: => F[A])(implicit arg0: Monad[F]): F[Unit]

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