12131415161718
@org.enumerable.lambda.annotation.LambdaParameter public static Number n; @NewLambda public static <T> Function<T> λ(T result) { throw new LambdaWeavingNotEnabledException(); }
17181920212223
throw new LambdaWeavingNotEnabledException(); } @NewLambda public static <I, R> Function1<I, R> λ(I input, R result) { throw new LambdaWeavingNotEnabledException(); }
22232425262728
throw new LambdaWeavingNotEnabledException(); } @NewLambda public static <F, S, R> Function2<F, S, R> λ(F first, S second, R result) { throw new LambdaWeavingNotEnabledException(); }
27282930313233
throw new LambdaWeavingNotEnabledException(); } @NewLambda public static <T> Function<T> lambda(T result) { throw new LambdaWeavingNotEnabledException(); }
32333435363738
throw new LambdaWeavingNotEnabledException(); } @NewLambda public static <I, R> Function1<I, R> lambda(I input, R result) { throw new LambdaWeavingNotEnabledException(); }
37383940414243
throw new LambdaWeavingNotEnabledException(); } @NewLambda public static <F, S, R> Function2<F, S, R> lambda(F first, S second, R result) { throw new LambdaWeavingNotEnabledException(); }
42434445464748
throw new LambdaWeavingNotEnabledException(); } @NewLambda public static <T> Predicate<T> λp(T input, boolean to) { throw new LambdaWeavingNotEnabledException(); }
47484950515253
throw new LambdaWeavingNotEnabledException(); } @NewLambda public static <T> Predicate<T> predicate(T input, boolean to) { throw new LambdaWeavingNotEnabledException(); }