• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: What is "TypeA -> TypeB"?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: What is "TypeA -> TypeB"?


  • Subject: Re: What is "TypeA -> TypeB"?
  • From: Jonathan Hull <email@hidden>
  • Date: Thu, 02 Jul 2015 13:51:35 -0700

It is a closure which takes TypeA and returns TypeB.

Thanks,
Jon

> On Jul 2, 2015, at 1:29 PM, Rick Mann <email@hidden> wrote:
>
> I saw this in a Swift HTTP server:
>
>    typealias Handler = HttpRequest -> HttpResponse
>
> You can see the whole thing here:
>
> 	https://github.com/glock45/swifter/blob/master/Common/HttpServer.swift
>
> I can write in-line handlers for this, but I'm trying to write a separate method, and just assign the method as a handler, and I can't seem to get the signature right. Is it the same as this?
>
> 	func myHandler(req : HttpRequest) -> HttpResponse
>
>
> Thanks.
>
> --
> Rick Mann
> email@hidden
>
>
>
> _______________________________________________
>
> Cocoa-dev mailing list (email@hidden)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden


_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden


  • Follow-Ups:
    • Re: What is "TypeA -> TypeB"?
      • From: Rick Mann <email@hidden>
References: 
 >What is "TypeA -> TypeB"? (From: Rick Mann <email@hidden>)

  • Prev by Date: What is "TypeA -> TypeB"?
  • Next by Date: Re: What is "TypeA -> TypeB"?
  • Previous by thread: What is "TypeA -> TypeB"?
  • Next by thread: Re: What is "TypeA -> TypeB"?
  • Index(es):
    • Date
    • Thread