HashedType

scala.build.options.HashedType$
See theHashedType companion trait
object HashedType

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
HashedType.type

Members list

Value members

Concrete methods

def apply[T](implicit instance: HashedType[T]): HashedType[T]

Implicits

Implicits

implicit val anyDependency: HashedType[AnyDependency]
implicit val boolean: HashedType[Boolean]
implicit val codeWrapper: HashedType[CodeWrapper]
implicit val int: HashedType[Int]
implicit val path: HashedType[Path]
implicit val platform: HashedType[Platform]
implicit val string: HashedType[String]
implicit val subPath: HashedType[SubPath]
implicit val unit: HashedType[Unit]