object options
- Source
- Helpers.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- options
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def apply(options: List[String]): Seq[(String, String)]
- def apply(options: List[String]): List[(String, String)]
- def apply(options: Map[String, String]): Seq[(String, String)]
- def apply(options: Map[String, String]): Seq[(String, String)]
- def apply(options: (String, String)*): Seq[(String, String)]