Callable Objects and callAsFunction in iOS Swift

Updated 29 October 2021

Save

In this blog we will see what is callAsFunction and what is callable objects. Let first see callAsFunction with an example

In the above example, we have created a class named Employee, in this class, we have created a method callAsFunction. Now we can call this method by following ways

By using callAsFunction method we can call instances of any type as a method. You can use callAsFunction with argument or without argument. Let see one small example of it using without argument.

In the above example, we have created a struct name Test, in which there is callAsFunction method which takes no argument. We have called the instance of Test as a method using these swift features. So, far we have seen two examples of callAsFunction now we will understand what is callable objects. So, Any object which has callAsFunction method can call as a method, such object is called callable objects.

Thanks for reading this blog.

I hope you have gotten a basic idea of Callable Objects and callAsFunction in iOS Swift. You can also check other blogs from here. If you have any issues, query or suggestions then you can leave your issues/query/suggestion in the comment section.

author
. . .

Leave a Comment

Your email address will not be published. Required fields are marked*


Be the first to comment.

Start a Project


    Message Sent!

    If you have more details or questions, you can reply to the received confirmation email.

    Back to Home