Join Slack
Powered by
basically: ```interface NotReallyAFunctor<T>...
# functional
t
tmg
05/21/2020, 9:52 AM
basically:
Copy code
interface NotReallyAFunctor<T> { fun notReallyaMap(f: (T) ->T ) : NotReallyAFunctor<T> }
Open in Slack
Previous
Next