public void Invoke(global::FSharpProject.FSharpModule.Order order, global::DIVEX.Core.FSharp.Adapters.NoOutput.Adapter1 <global::System.String> .Delegate log) { global::FSharpProject.FSharpModule.processOrderAndLog(order, (log is null) ? null : new global::DIVEX.Core.FSharp.Adapters.NoOutput.Adapter1 <global::System.String>(log)); }
public void Invoke <a>(global::DIVEX.Core.FSharp.Adapters.WithOutput.Adapter0 <a> .Delegate readLn, global::DIVEX.Core.FSharp.Adapters.NoOutput.Adapter1 <global::System.String> .Delegate writeLn, global::DIVEX.Core.FSharp.Adapters.NoOutput.Adapter1 <global::System.String> .Delegate log) { this.function.Invoke <a>(new global::DIVEX.Core.FSharp.Adapters.WithOutput.Adapter0 <a> .Delegate(readLn), new global::DIVEX.Core.FSharp.Adapters.NoOutput.Adapter1 <global::System.String> .Delegate(writeLn), new global::DIVEX.Core.FSharp.Adapters.NoOutput.Adapter1 <global::System.String> .Delegate(log), new global::DIVEX.Core.FSharp.Adapters.NoOutput.Adapter1 <global::System.String> .Delegate(writeLn)); }
public d Invoke <a, c, d>(global::DIVEX.Core.FSharp.Adapters.WithOutput.Adapter0 <a> .Delegate readLn, global::DIVEX.Core.FSharp.Adapters.NoOutput.Adapter1 <global::System.String> .Delegate writeLn, global::DIVEX.Core.FSharp.Adapters.WithOutput.Adapter2 <a, a, c> .Delegate compare, global::DIVEX.Core.FSharp.Adapters.WithOutput.Adapter1 <c, d> .Delegate writeResult) { return(this.f1.Invoke <a, a, c, d>(() => this.f2.Invoke <a>(readLn, writeLn), compare, writeResult)); }
public global::FSharpProject.FSharpModule.ComparisonResult Invoke <a>(a str1, a str2, global::DIVEX.Core.FSharp.Adapters.NoOutput.Adapter1 <global::System.String> .Delegate log) { return(global::FSharpProject.FSharpModule.compareTwoStrings <a>(str1, str2, (log is null) ? null : new global::DIVEX.Core.FSharp.Adapters.NoOutput.Adapter1 <global::System.String>(log))); }
public void Invoke(global::FSharpProject.FSharpModule.ComparisonResult result, global::DIVEX.Core.FSharp.Adapters.NoOutput.Adapter1 <global::System.String> .Delegate writeLn) { global::FSharpProject.FSharpModule.writeResult(result, (writeLn is null) ? null : new global::DIVEX.Core.FSharp.Adapters.NoOutput.Adapter1 <global::System.String>(writeLn)); }
public ApplyClass(global::DependencyInjectionFSharp.SetExtensionMethods5.ContainerForDivexSetArg1.ApplyClass function, global::DIVEX.Core.FSharp.Adapters.NoOutput.Adapter1 <global::System.String> .Delegate input1) { this.function = function; this.input1 = input1; }
public global::System.Tuple <a, a> Invoke <a>(global::DIVEX.Core.FSharp.Adapters.WithOutput.Adapter0 <a> .Delegate readLn, global::DIVEX.Core.FSharp.Adapters.NoOutput.Adapter1 <global::System.String> .Delegate writeLn) { return(global::FSharpProject.FSharpModule.askUserForStrings <a>((readLn is null) ? null : new global::DIVEX.Core.FSharp.Adapters.WithOutput.Adapter0 <a>(readLn), (writeLn is null) ? null : new global::DIVEX.Core.FSharp.Adapters.NoOutput.Adapter1 <global::System.String>(writeLn))); }
public static global::DependencyInjectionFSharp.SetExtensionMethods6.ContainerForDivexSetArg1.ApplyClass Set(this global::DependencyInjectionFSharp.SetExtensionMethods5.ContainerForDivexSetArg1.ApplyClass f1, global::DIVEX.Core.FSharp.Adapters.NoOutput.Adapter1 <global::System.String> .Delegate log) { return(ContainerForDivexSetArg1.Apply(f1, new global::DIVEX.Core.ValueByIndex <global::DIVEX.Core.FSharp.Adapters.NoOutput.Adapter1 <global::System.String> .Delegate, global::DIVEX.Core.Indexes.Index.I0>(log))); }
public void Invoke(global::DIVEX.Core.FSharp.Adapters.NoOutput.Adapter1 <global::System.String> .Delegate log) { this.function.Invoke(this.input1, log); }
public void Invoke(global::DIVEX.Core.FSharp.Adapters.NoOutput.Adapter1 <global::System.String> .Delegate writeLn, global::DIVEX.Core.FSharp.Adapters.NoOutput.Adapter1 <global::System.String> .Delegate log) { this.f1.Invoke <global::System.String>(() => this.f2.Invoke(), writeLn, log); }
public void Invoke <a>(global::DIVEX.Core.FSharp.Adapters.WithOutput.Adapter0 <a> .Delegate readLn, global::DIVEX.Core.FSharp.Adapters.NoOutput.Adapter1 <global::System.String> .Delegate writeLn, global::DIVEX.Core.FSharp.Adapters.NoOutput.Adapter1 <global::System.String> .Delegate log, [DIVEX.Core.ParameterNameAttribute("writeLn")] global::DIVEX.Core.FSharp.Adapters.NoOutput.Adapter1 <global::System.String> .Delegate writeLn1) { this.f1.Invoke <global::DIVEX.Core.Unit, a>(readLn, writeLn, log, arg1 => { this.f2.Invoke(arg1, writeLn1); return(null); }); }
public d Invoke <d, a>(global::DIVEX.Core.FSharp.Adapters.WithOutput.Adapter0 <a> .Delegate readLn, global::DIVEX.Core.FSharp.Adapters.NoOutput.Adapter1 <global::System.String> .Delegate writeLn, global::DIVEX.Core.FSharp.Adapters.NoOutput.Adapter1 <global::System.String> .Delegate log, global::DIVEX.Core.FSharp.Adapters.WithOutput.Adapter1 <global::FSharpProject.FSharpModule.ComparisonResult, d> .Delegate writeResult) { return(this.f1.Invoke <a, global::FSharpProject.FSharpModule.ComparisonResult, d>(readLn, writeLn, (arg1, arg2) => this.f2.Invoke <a>(arg1, arg2, log), writeResult)); }