Package

net.katsstuff.ackcord

util

Permalink

package util

Visibility
  1. Public
  2. All

Type Members

  1. trait DeriveMessageParser extends AnyRef

    Permalink
  2. trait MessageParser[A] extends AnyRef

    Permalink

    MessageParser is a typeclass to simplify parsing messages.

    MessageParser is a typeclass to simplify parsing messages. It can derive instances for any ADT, and makes it much easier to work with messages.

    A

    The type to parse.

  3. trait MessageParserInstances extends AnyRef

    Permalink
  4. class RepeatLast[A] extends GraphStage[FlowShape[A, A]]

    Permalink
  5. trait Streamable[F[_]] extends AnyRef

    Permalink

    Typeclass for converting some type F[A] to a Source[A, NotUsed]

Ungrouped