final class FileHash extends Serializable
This code is generated using sbt-contraband.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FileHash
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
equals(obj: Any): Boolean
- Definition Classes
- FileHash → AnyRef → Any
- def file(): Path
- def hash(): Int
-
def
hashCode(): Int
- Definition Classes
- FileHash → AnyRef → Any
-
def
toString(): String
- Definition Classes
- FileHash → AnyRef → Any
- def withFile(file: Path): FileHash
- def withHash(hash: Int): FileHash