FolderK

smithy4s.schema.Field$.FolderK
trait FolderK[F[_], S, G[_]]

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]): G[Option[A]]
def onRequired[A](label: String, instance: F[A], get: S => A): G[A]