Packages

p

korolev

effect

package effect

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package io

Type Members

  1. final class AsyncTable[F[_], K, V] extends AnyRef
  2. trait Effect[F[_]] extends AnyRef

    Korolev's internal presentation of effect (such as Future, cats.effect.IO, Monix or ZIO tasks).

    Korolev's internal presentation of effect (such as Future, cats.effect.IO, Monix or ZIO tasks). Contains enough functionality to make Korolev works.

    Annotations
    @implicitNotFound("Instance of Effect for ${F} is not found.")
  3. final class Hub[F[_], T] extends AnyRef

    A function which returns new streams which contains same elements as the parent stream.

    A function which returns new streams which contains same elements as the parent stream. This is helpful when you want to consume content of the stream in few different places.

  4. class Queue[F[_], T] extends AnyRef
  5. trait Reporter extends AnyRef

    Korolev INTERNAL reporting subsystem.

    Korolev INTERNAL reporting subsystem. Do not use it in application code.

  6. final class Scheduler[F[_]] extends AnyRef
  7. abstract class Stream[F[_], A] extends AnyRef
  8. final class Var[F[_], T] extends AnyRef

Value Members

  1. object AsyncTable
  2. object Effect
  3. object Hub
  4. object Queue
  5. object Reporter
  6. object Scheduler
  7. object Stream
  8. object Var
  9. object syntax

Ungrouped