kirillrakhman
05/03/2016, 7:56 AMkirillrakhman
05/03/2016, 7:56 AMsdeleuze
05/03/2016, 8:44 AMvgimbutas
05/03/2016, 11:04 AMAndreas Sinz
05/03/2016, 11:19 AMAndreas Sinz
05/03/2016, 11:20 AMvgimbutas
05/03/2016, 11:29 AMrossimo
05/03/2016, 12:40 PMrossimo
05/03/2016, 12:41 PMevanchooly
05/03/2016, 12:46 PMevanchooly
05/03/2016, 12:46 PMdh44t
05/03/2016, 1:18 PM(String) -> Int
. Instead I need to use Java8 Functional Interfaceskirillrakhman
05/03/2016, 2:31 PMjeff
05/03/2016, 2:33 PMdalexander
05/03/2016, 2:36 PMjeff
05/03/2016, 2:39 PMbind myObj to { ... }
with an infix function.jeff
05/03/2016, 2:40 PMbind
being the arity-1 method.dalexander
05/03/2016, 2:42 PMbind (myObj to { … })
or (bind myObj) to { … }
?jeff
05/03/2016, 2:49 PMbind
with a Pair
containing myObj
and {...}
ribesg
05/03/2016, 2:52 PMdalexander
05/03/2016, 2:53 PMthis
with infix functions though. ie. it’s currently possible to do this bind myObj
, but there might be naming conflicts I haven’t thought of.grahamcox82
05/03/2016, 3:09 PMgrahamcox82
05/03/2016, 3:09 PMdalexander
05/03/2016, 3:11 PMgrahamcox82
05/03/2016, 3:14 PMgrahamcox82
05/03/2016, 3:14 PMevanchooly
05/03/2016, 3:16 PMgrahamcox82
05/03/2016, 3:25 PMgrahamcox82
05/03/2016, 3:25 PMdean
05/03/2016, 3:27 PM