import java.util.function.Function; class Primitive: { integer(int: i), proc(Function<Primitive, Primitive>: fn) } stream << integer(i) = stream << i; stream << proc(fn) = stream << "";