You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create immutable store of Pipe[_,_] which would endcode configuration in type-level, in order to allow something like:
TypeClass// this starts immutable builder
.configureDerivation[From, To]
.addField(_., pipe)
// this takes data from builder and use them in derivation
.derive
The text was updated successfully, but these errors were encountered:
Create immutable store of
Pipe[_,_]
which would endcode configuration in type-level, in order to allow something like:The text was updated successfully, but these errors were encountered: