Package org.apache.pekko.routing
Class Router$
java.lang.Object
scala.runtime.AbstractFunction2<RoutingLogic,scala.collection.immutable.IndexedSeq<Routee>,Router>
org.apache.pekko.routing.Router$
- All Implemented Interfaces:
Serializable
,scala.Function2<RoutingLogic,
scala.collection.immutable.IndexedSeq<Routee>, Router>
public class Router$
extends scala.runtime.AbstractFunction2<RoutingLogic,scala.collection.immutable.IndexedSeq<Routee>,Router>
implements Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionscala.collection.immutable.IndexedSeq<Routee>
apply
(RoutingLogic logic, scala.collection.immutable.IndexedSeq<Routee> routees) scala.collection.immutable.IndexedSeq<Routee>
final String
toString()
scala.Option<scala.Tuple2<RoutingLogic,
scala.collection.immutable.IndexedSeq<Routee>>> Methods inherited from class scala.runtime.AbstractFunction2
apply$mcDDD$sp, apply$mcDDI$sp, apply$mcDDJ$sp, apply$mcDID$sp, apply$mcDII$sp, apply$mcDIJ$sp, apply$mcDJD$sp, apply$mcDJI$sp, apply$mcDJJ$sp, apply$mcFDD$sp, apply$mcFDI$sp, apply$mcFDJ$sp, apply$mcFID$sp, apply$mcFII$sp, apply$mcFIJ$sp, apply$mcFJD$sp, apply$mcFJI$sp, apply$mcFJJ$sp, apply$mcIDD$sp, apply$mcIDI$sp, apply$mcIDJ$sp, apply$mcIID$sp, apply$mcIII$sp, apply$mcIIJ$sp, apply$mcIJD$sp, apply$mcIJI$sp, apply$mcIJJ$sp, apply$mcJDD$sp, apply$mcJDI$sp, apply$mcJDJ$sp, apply$mcJID$sp, apply$mcJII$sp, apply$mcJIJ$sp, apply$mcJJD$sp, apply$mcJJI$sp, apply$mcJJJ$sp, apply$mcVDD$sp, apply$mcVDI$sp, apply$mcVDJ$sp, apply$mcVID$sp, apply$mcVII$sp, apply$mcVIJ$sp, apply$mcVJD$sp, apply$mcVJI$sp, apply$mcVJJ$sp, apply$mcZDD$sp, apply$mcZDI$sp, apply$mcZDJ$sp, apply$mcZID$sp, apply$mcZII$sp, apply$mcZIJ$sp, apply$mcZJD$sp, apply$mcZJI$sp, apply$mcZJJ$sp, curried, tupled
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
Router$
public Router$()
-
-
Method Details
-
$lessinit$greater$default$2
-
toString
- Specified by:
toString
in interfacescala.Function2<RoutingLogic,
scala.collection.immutable.IndexedSeq<Routee>, Router> - Overrides:
toString
in classscala.runtime.AbstractFunction2<RoutingLogic,
scala.collection.immutable.IndexedSeq<Routee>, Router>
-
apply
- Specified by:
apply
in interfacescala.Function2<RoutingLogic,
scala.collection.immutable.IndexedSeq<Routee>, Router>
-
apply$default$2
-
unapply
public scala.Option<scala.Tuple2<RoutingLogic,scala.collection.immutable.IndexedSeq<Routee>>> unapply(Router x$0)
-