5 ms·
What about this? class Function<T> { public apply(T param); }
by mayanksinghal 11y ago
What about this?
class Function<T> {
public apply(T param);
}
- d_theorist 11y agoOK. One possible universe.
- ectoplasm 11y agoTechnically speaking, that's a parameter, not an argument.