Hashing

fs2.hashing.Hashing
See theHashing companion trait
object Hashing

Attributes

Companion
trait
Source
Hashing.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Hashing.type

Members list

Value members

Concrete methods

def apply[F[_]](implicit F: Hashing[F]): F.type

Attributes

Source
Hashing.scala
def forIO: Hashing[IO]

Attributes

Source
Hashing.scala
def forSync[F[_] : Sync]: Hashing[F]

Attributes

Source
Hashing.scala

Returns the hash of the supplied chunk.

Returns the hash of the supplied chunk.

Attributes

Source
Hashing.scala

Returns the hash of the supplied stream.

Returns the hash of the supplied stream.

Attributes

Source
Hashing.scala

Implicits

Implicits

implicit def forLiftIO[F[_] : LiftIO]: Hashing[F]

Attributes

Source
Hashing.scala
implicit def forSyncIO: Hashing[SyncIO]

Attributes

Source
Hashing.scala