Packages

package fs2

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

Type Members

  1. trait CancelTemplate extends AnyRef

    A cancelation template that represents the RPC method by which cancelation

  2. trait FS2Channel[F[_]] extends Channel[F]

    A JSON-RPC communication channel built on top of fs2.Stream.

    A JSON-RPC communication channel built on top of fs2.Stream.

    FS2Channel[F] enables streaming JSON-RPC messages into and out of an effectful system. It provides methods to register handlers (Endpoint[F]) for specific method names.

    This is the primary server-side integration point for using JSON-RPC over FS2.

Value Members

  1. implicit def catsMonadic[F[_]](implicit arg0: MonadThrow[F]): Monadic[F]
  2. object CancelTemplate
  3. object FS2Channel
  4. object lsp

Inherited from AnyRef

Inherited from Any

Ungrouped