InlineContextTransformer
@MainActor
public final class InlineContextTransformer<SourceContext, TargetContext> : ContextTransformerInlineContextTransformer
NB: It may be used for the purpose of configuration testing, but then replaced with a strongly typed
ContextTransformer instance.
- 
                  
                  Constructor DeclarationSwift @MainActor public init(_ transformationBlock: @escaping (SourceContext) throws -> TargetContext)ParameterstransformationBlockthe block to be called when it requested to transform the context. 
- 
                  
                  DeclarationSwift @MainActor public func transform(_ context: SourceContext) throws -> TargetContext
