Notification

skunk.data.Notification
See theNotification companion object
final case class Notification[A](pid: Int, channel: Identifier, value: A)

Attributes

Companion:
object
Source:
Notification.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def map[B](f: A => B): Notification[B]

Attributes

Source:
Notification.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product