package util
- Alphabetic
- Public
- Protected
Type Members
-   abstract  class ApplyConverter[L] extends AnyRefApplyConverter allows generic conversion of functions of type (T1, T2, ...) => Routeto(TupleX(T1, T2, ...)) => Route.
-    trait BinaryPolyFunc extends AnyRefAllows the definition of binary poly-functions (e.g. Allows the definition of binary poly-functions (e.g. for folding over tuples). Note: the poly-function implementation seen here is merely a stripped down version of what Miles Sabin made available with his awesome shapeless library. All credit goes to him! 
-    trait ClassMagnet[T] extends AnyRefA magnet that wraps a ClassTag 
-    trait ConstructFromTuple[T, R] extends (T) => RConstructor for instances of type Rwhich can be created from a tuple of typeT.Constructor for instances of type Rwhich can be created from a tuple of typeT.- Annotations
- @FunctionalInterface()
 
-   sealed  trait Tuple[T] extends AnyRefPhantom type providing implicit evidence that a given type is a Tuple or Unit. 
-  final class TupleOps[T] extends AnyVal
-    trait Tupler[T] extends AnyRefProvides a way to convert a value into an Tuple. Provides a way to convert a value into an Tuple. If the value is already a Tuple then it is returned unchanged, otherwise it's wrapped in a Tuple1 instance. 
Value Members
-  object ApplyConverter extends ApplyConverterInstances
-  object BinaryPolyFunc
-  object ClassMagnet
-  object ConstructFromTuple extends ConstructFromTupleInstances
-  object Tuple
-  object TupleOps
-  object Tupler extends LowerPriorityTupler