All Downloads are FREE. Search and download functionalities are using the official Maven repository.

eventstore.akka.package.scala Maven / Gradle / Ivy

package eventstore

import _root_.akka.actor.Actor

package object akka {

  implicit class RichPartialFunction(val self: Actor.Receive) extends AnyVal {
    // workaround for https://issues.scala-lang.org/browse/SI-8861
    def or(pf: Actor.Receive): Actor.Receive = self.orElse[Any, Unit](pf)
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy