If I understand correctly you want a functional interface with a method void m(). In which case you can simply use a Runnable.
If I understand correctly you want a functional interface with a method void m(). In which case you can simply use a Runnable.