case class ScriptExists(sha1s: String*) extends Request[Map[String, Boolean]] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ScriptExists
- Serializable
- Product
- Equals
- Request
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ScriptExists(sha1s: String*)
Value Members
- def argsCount: Int
- Definition Classes
- Request
- def decode: PartialFunction[Response, Map[String, Boolean]]
- Definition Classes
- ScriptExists → Request
- def future: Future[Map[String, Boolean]]
- Definition Classes
- Request
- def isReadOnly: Boolean
- Definition Classes
- Request
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val repliesCount: Int
- Definition Classes
- Request
- val sha1s: String*
- def toString(): String
- Definition Classes
- Request → AnyRef → Any