object QueuingConfiguration
- Companion:
- class
- Source:
- QueuingConfiguration.scala
Type members
Inherited types
The names of the product elements
The names of the product elements
- Inherited from:
- Mirror
- Source:
- Mirror.scala
Implicits
Implicits
obj.readOpt[Int]("queueLengthLimit")(intDecoder).flatMap[String,QueuingConfiguration](((queueLengthLimit:Option[Int])=>obj.readOpt[Int]("queues")(intDecoder).map[QueuingConfiguration](((queues:Option[Int])=>QueuingConfiguration.apply(handSize=handSize,queueLengthLimit=queueLengthLimit,queues=queues)))))))))
}
(new$anon():Decoder[QueuingConfiguration])
}" class="documentableAnchor">
implicit val obj.readOpt[Int]("queueLengthLimit")(intDecoder).flatMap[String,QueuingConfiguration](((queueLengthLimit:Option[Int])=>obj.readOpt[Int]("queues")(intDecoder).map[QueuingConfiguration](((queues:Option[Int])=>QueuingConfiguration.apply(handSize=handSize,queueLengthLimit=queueLengthLimit,queues=queues)))))))))
}
(new$anon():Decoder[QueuingConfiguration])
}" class="documentableName ">decoder: Decoder[QueuingConfiguration]
- Source:
- QueuingConfiguration.scala