Implicits

com.roundeights.hasher.Implicits
object Implicits

A list of implicit conversion methods

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Implicits.type

Members list

Implicits

Implicits

implicit def byteArrayToHasher(from: Array[Byte]): Hasher

Implicitly creates a hasher from a byte array.

Implicitly creates a hasher from a byte array.

Attributes

implicit def fileToHasher(from: File): Hasher

Implicitly creates a hasher from a File

Implicitly creates a hasher from a File

Attributes

implicit def readerToHasher(from: Reader): Hasher

Implicitly creates a hasher from a Reader

Implicitly creates a hasher from a Reader

Attributes

implicit def sourceToHasher(from: Source): Hasher

Implicitly creates a hasher from a Source

Implicitly creates a hasher from a Source

Attributes

implicit def streamToHasher(from: InputStream): Hasher

Implicitly creates a hasher from an Input Stream

Implicitly creates a hasher from an Input Stream

Attributes

implicit def stringBuilderToHasher(from: StringBuilder): Hasher

Implicitly creates a hasher from a StringBuilder.

Implicitly creates a hasher from a StringBuilder.

Attributes

implicit def stringToHasher(from: String): Hasher

Implicitly creates a hasher from a string.

Implicitly creates a hasher from a string.

Attributes