Hi, as any one encounter this type of class def an...
# announcements
a
Hi, as any one encounter this type of class def and can explain the pattern
Copy code
Class A cosntructor(...) : (String) -> B {

}
What would be a good use case for that? or a pattern ?
Cheers will have a look into it
OK, i looked on the Function interface it is indeed in order to force apply impel. probably sort of Command Pattern
e
Function1<String, B> maybe :)