Packages

object utils extends Utils

Linear Supertypes
Utils, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. utils
  2. Utils
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def needStreaming(e: Endpoint): Boolean
    Definition Classes
    Utils
  2. def needStreaming(p: Produces): Boolean
    Definition Classes
    Utils
  3. def needStreaming(t: Type): Boolean
    Definition Classes
    Utils
  4. val primitive: Set[Type]
    Definition Classes
    Utils
  5. def producesLifted(p: Produces): String
    Definition Classes
    Utils
  6. def producesPlain(p: Produces): String
    Definition Classes
    Utils
  7. def shapelessCNil(i: Int): String
    Definition Classes
    Utils
  8. def shapelessPat(i: Int, v: String): String
    Definition Classes
    Utils
  9. def typeStr(t: Option[Type]): String
    Definition Classes
    Utils
  10. def typeStr(t: Type): String
    Definition Classes
    Utils