c

xsbti.compile

FileHash

final class FileHash extends Serializable

This code is generated using sbt-contraband.

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

Value Members

  1. def equals(obj: Any): Boolean
    Definition Classes
    FileHash → AnyRef → Any
  2. def file(): Path
  3. def hash(): Int
  4. def hashCode(): Int
    Definition Classes
    FileHash → AnyRef → Any
  5. def toString(): String
    Definition Classes
    FileHash → AnyRef → Any
  6. def withFile(file: Path): FileHash
  7. def withHash(hash: Int): FileHash