Paradigm.Transform protocol (paradigm v0.3.0)

Summary

Types

t()

All the types that implement this protocol.

Functions

Transform a source graph into a target graph.

Types

t()

@type t() :: term()

All the types that implement this protocol.

Functions

transform(transformer, source, target, opts \\ [])

@spec transform(t(), source :: any(), target :: any(), opts :: keyword()) ::
  {:ok, any()} | {:error, String.t()}

Transform a source graph into a target graph.