class LambdaConv10 { interface I { public R call( T t); } { I in = (int i) -> 2 * i; } }