Package

nelson

notifications

Permalink

package notifications

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

Type Members

  1. sealed abstract class EmailOp[A] extends Product with Serializable

    Permalink
  2. final class EmailServer extends ~>[EmailOp, IO]

    Permalink
  3. final case class EmailSubscription(recipient: EmailAddress) extends NotificationSubscription with Product with Serializable

    Permalink
  4. sealed trait NotificationSubscription extends AnyRef

    Permalink
  5. final case class NotificationSubscriptions(slack: List[SlackSubscription], email: List[EmailSubscription]) extends Product with Serializable

    Permalink
  6. type SlackChannel = String

    Permalink
  7. final class SlackHttp extends ~>[SlackOp, IO]

    Permalink
  8. sealed abstract class SlackOp[A] extends Product with Serializable

    Permalink
  9. final case class SlackSubscription(channel: SlackChannel) extends NotificationSubscription with Product with Serializable

    Permalink

Value Members

  1. object EmailOp extends Serializable

    Permalink
  2. object NotificationSubscriptions extends Serializable

    Permalink
  3. object Notify

    Permalink
  4. object SlackOp extends Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped