Recycler

skunk.util.Recycler$
See theRecycler companion class
object Recycler

Attributes

Companion
class
Source
Recycler.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Recycler.type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

def failure[F[_] : Applicative, A]: Recycler[F, A]

Recycler that always yields false.

Recycler that always yields false.

Attributes

Source
Recycler.scala
def success[F[_] : Applicative, A]: Recycler[F, A]

Recycler that always yields true.

Recycler that always yields true.

Attributes

Source
Recycler.scala

Implicits

Implicits

implicit def contravariantRecycle[F[_]]: Contravariant[[_] =>> Recycler[F, _$8]]

Recycler is a contravariant functor.

Recycler is a contravariant functor.

Attributes

Source
Recycler.scala
implicit def monoidRecycle[F[_] : Monad]: MonoidK[[_] =>> Recycler[F, _$5]]

Recycler forms a monoid with "andAlso" logic, if F is a monad.

Recycler forms a monoid with "andAlso" logic, if F is a monad.

Attributes

Source
Recycler.scala