Publish

trait Publish[F <: ([_$1] =>> Any), A] extends Publish[F, A]
trait Publish[F, A]
class Object
trait Matchable
class Any
trait PubSub[F, I, O, Selector]

Value members

Inherited methods

def tryPublish(a: A): F[Boolean]
Tries to publish one element.
Evaluates to false if element was not published.
Evaluates to true if element was published successfully.
Inhertied from
Publish
def publish(a: A): F[Unit]
Publishes one element.
This completes after element was successfully published.
Inhertied from
Publish