PartiallyApplied

smithy4s.Transformation$.PartiallyApplied
class PartiallyApplied[Input](input: Input)

Partially applied transformation, can be used to create methods/extensions that allow for a reasonable UX.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def apply[Func, Output](func: Func)(implicit transform: Transformation[Func, Input, Output]): Output