Uses of Class
io.vavr.match.model.MethodModel
Packages that use MethodModel
-
Uses of MethodModel in io.vavr.match.generator
Methods in io.vavr.match.generator with parameters of type MethodModelModifier and TypeMethodDescriptionprivate static void
Generator.generate
(ImportManager im, ClassModel classModel, MethodModel methodModel, StringBuilder builder) private static String
Generator.genGenerics
(ImportManager im, MethodModel methodModel, List<String> typeParameters, List<String> upperBoundArgs) private static String
Generator.genReturnType
(ImportManager im, MethodModel methodModel, List<String> upperBoundArgs, int arity) Method parameters in io.vavr.match.generator with type arguments of type MethodModelModifier and TypeMethodDescriptionprivate static String
Generator.generate
(ImportManager im, ClassModel classModel, List<MethodModel> methodModels) -
Uses of MethodModel in io.vavr.match.model
Methods in io.vavr.match.model that return types with arguments of type MethodModel