Hacker News new | ask | show | jobs
by mayanksinghal 3995 days ago
What about this?

  class Function<T> {
    public apply(T param);
  }
1 comments

OK. One possible universe.
Technically speaking, that's a parameter, not an argument.