Forget

final case class Forget[R, A, B](runForget: A => R) extends AnyVal

Forget is a cats.arrow.Profunctor that forgets the B value and returns an accumulated value of type R.

Companion:
object
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product