AttrF

object AttrF
class Object
trait Matchable
class Any
AttrF.type

Value members

Concrete methods

def apply[F[_], A, B](ask: A, lower: F[B]): AttrF[F, A, B]
def apply[F[_], A, B](f: (A, F[B])): AttrF[F, A, B]
def un[F[_], A, B](f: AttrF[F, A, B]): (A, F[B])
def unapply[F[_], A, B](f: AttrF[F, A, B]): Some[(A, F[B])]