Folder

smithy4s.schema.Field$.Folder
trait Folder[F[_], S, B]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

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