map arguments, the right way
l
interface Function1
{
Object apply(Object x);
}
l
An interface does not implement methods;
it only declares them.
l
All methods are
implicitly
public.