WithRenderedDslF

trait WithRenderedDslF[F[_], M, R]
class Object
trait Matchable
class Any

Value members

Abstract methods

def apply[A](f: (M, R) => F[A]): F[A]

Concrete methods

def apply[A](f: M => F[A]): F[A]
def withParent[A](f: R => F[A]): F[A]