SingleValueTransformers
pl.iterators.stir.server.Directive.SingleValueTransformers
final implicit class SingleValueTransformers[T](val underlying: Directive1[T]) extends AnyVal
"Standard" transformers for Directive1. Easier to use than tmap, tflatMap, etc. defined on Directive itself, because they provide transparent conversion from scala.Tuple1.
Attributes
- Source
- Directive.scala
- Graph
-
- Supertypes
-
class AnyValtrait Matchableclass Any
Members list
In this article