package templates; public class Foo { void m(long foo) { java.util.OptionalLong.of(foo) } }