FolderK

trait FolderK[F[_], S, G[_]]
class Object
trait Matchable
class Any

Value members

Abstract methods

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