Uses of Interface
io.quarkus.gizmo2.creator.LambdaCreator
Packages that use LambdaCreator
-
Uses of LambdaCreator in io.quarkus.gizmo2.creator
Method parameters in io.quarkus.gizmo2.creator with type arguments of type LambdaCreatorModifier and TypeMethodDescriptionBlockCreator.lambda(MethodDesc sam, ClassDesc owner, Consumer<LambdaCreator> builder) Construct a lambda instance with the given type.default ExprBlockCreator.lambda(MethodDesc sam, Consumer<LambdaCreator> builder) Construct a lambda instance with the given type.default ExprBlockCreator.lambda(Class<?> type, Consumer<LambdaCreator> builder) Construct a lambda instance with the given type.