[Home] Type Microsoft.FSharp.Core.FuncConvert


Full Type Signature

type FuncConvert = class
                   end
                   with
                     [<OverloadIDAttribute ("FuncFromTupled5")>]
                     static member FuncFromTupled : ('a * 'b * 'c * 'd * 'e -> 'f) -> ('a -> 'b -> 'c -> 'd -> 'e -> 'f)
                     [<OverloadIDAttribute ("FuncFromTupled4")>]
                     static member FuncFromTupled : ('a * 'b * 'c * 'd -> 'e) -> ('a -> 'b -> 'c -> 'd -> 'e)
                     [<OverloadIDAttribute ("FuncFromTupled3")>]
                     static member FuncFromTupled : ('a * 'b * 'c -> 'd) -> ('a -> 'b -> 'c -> 'd)
                     [<OverloadIDAttribute ("FuncFromTupled2")>]
                     static member FuncFromTupled : ('a * 'b -> 'c) -> ('a -> 'b -> 'c)
                     [<OverloadIDAttribute ("FuncFromTupled1")>]
                     static member FuncFromTupled : ('a -> 'b) -> ('a -> 'b)
                     [<OverloadIDAttribute ("Converter3")>]
                     static member ToFastFunc : Converter<'a1,'a2,'a3,'b> -> ('a1 -> 'a2 -> 'a3 -> 'b)
                     [<OverloadIDAttribute ("Action3")>]
                     static member ToFastFunc : Action<'a1,'a2,'a3> -> ('a1 -> 'a2 -> 'a3 -> unit)
                     [<OverloadIDAttribute ("Converter2")>]
                     static member ToFastFunc : Converter<'a1,'a2,'b> -> ('a1 -> 'a2 -> 'b)
                     [<OverloadIDAttribute ("Action2")>]
                     static member ToFastFunc : Action<'a1,'a2> -> ('a1 -> 'a2 -> unit)
                     [<OverloadIDAttribute ("Converter1")>]
                     static member ToFastFunc : Converter<'a,'b> -> ('a -> 'b)
                     [<OverloadIDAttribute ("Action1")>]
                     static member ToFastFunc : Action<'a> -> ('a -> unit)
                     [<OverloadIDAttribute ("Converter3")>]
                     static member ToTupledFastFunc : Converter<'a1,'a2,'a3,'b> -> ('a1 * 'a2 * 'a3 -> 'b)
                     [<OverloadIDAttribute ("Action3")>]
                     static member ToTupledFastFunc : Action<'a1,'a2,'a3> -> ('a1 * 'a2 * 'a3 -> unit)
                     [<OverloadIDAttribute ("Converter2")>]
                     static member ToTupledFastFunc : Converter<'a1,'a2,'b> -> ('a1 * 'a2 -> 'b)
                     [<OverloadIDAttribute ("Action2")>]
                     static member ToTupledFastFunc : Action<'a1,'a2> -> ('a1 * 'a2 -> unit)
                   end

Static Members

MemberDescription
[<OverloadIDAttribute ("FuncFromTupled5")>]
member
  FuncFromTupled : ('a * 'b * 'c * 'd * 'e -> 'f) ->
                   ('a -> 'b -> 'c -> 'd -> 'e -> 'f)
[<OverloadIDAttribute ("FuncFromTupled4")>]
member
  FuncFromTupled : ('a * 'b * 'c * 'd -> 'e) -> ('a -> 'b -> 'c -> 'd -> 'e)
[<OverloadIDAttribute ("FuncFromTupled3")>]
member FuncFromTupled : ('a * 'b * 'c -> 'd) -> ('a -> 'b -> 'c -> 'd)
[<OverloadIDAttribute ("FuncFromTupled2")>]
member FuncFromTupled : ('a * 'b -> 'c) -> ('a -> 'b -> 'c)
[<OverloadIDAttribute ("FuncFromTupled1")>]
member FuncFromTupled : ('a -> 'b) -> ('a -> 'b)
[<OverloadIDAttribute ("Converter3")>]
member ToFastFunc : Converter<'a1,'a2,'a3,'b> -> ('a1 -> 'a2 -> 'a3 -> 'b)
[<OverloadIDAttribute ("Action3")>]
member ToFastFunc : Action<'a1,'a2,'a3> -> ('a1 -> 'a2 -> 'a3 -> unit)
[<OverloadIDAttribute ("Converter2")>]
member ToFastFunc : Converter<'a1,'a2,'b> -> ('a1 -> 'a2 -> 'b)
[<OverloadIDAttribute ("Action2")>]
member ToFastFunc : Action<'a1,'a2> -> ('a1 -> 'a2 -> unit)
[<OverloadIDAttribute ("Converter1")>]
member ToFastFunc : Converter<'a,'b> -> ('a -> 'b)
[<OverloadIDAttribute ("Action1")>]
member ToFastFunc : Action<'a> -> ('a -> unit)
[<OverloadIDAttribute ("Converter3")>]
member ToTupledFastFunc : Converter<'a1,'a2,'a3,'b> -> ('a1 * 'a2 * 'a3 -> 'b)
[<OverloadIDAttribute ("Action3")>]
member ToTupledFastFunc : Action<'a1,'a2,'a3> -> ('a1 * 'a2 * 'a3 -> unit)
[<OverloadIDAttribute ("Converter2")>]
member ToTupledFastFunc : Converter<'a1,'a2,'b> -> ('a1 * 'a2 -> 'b)
[<OverloadIDAttribute ("Action2")>]
member ToTupledFastFunc : Action<'a1,'a2> -> ('a1 * 'a2 -> unit)

See Also

Microsoft.FSharp.Core


Documentation for assembly FSharp.Core, version 1.9.4.19, generated using F# version 1.9.4.19