static transformable record Input(A a) implements IInput { public A get() { ret a; } }