Folder

trait Folder[F[_], S, B]
class Object
trait Matchable
class Any

Value members

Abstract methods

def onOptional[A](label: String, instance: F[A], get: S => Option[A]): B
def onRequired[A](label: String, instance: F[A], get: S => A): B