Uses of Record Class
utils.Pair
Packages that use Pair
-
Uses of Pair in builder
Modifier and TypeMethodDescriptionFunctionsGenerator.generateConversionProcess(String signature) Produce the process of adding code to handle conversion of certain types for a function.FunctionsGenerator.generateConversionProcess(String signature) Produce the process of adding code to handle conversion of certain types for a function. -
Uses of Pair in utils
Modifier and TypeMethodDescriptionBuilderUtils.extractParamTypesAndNames(String signature) Allows to extract the types and names of the parameters of a function in order of appearance.Modifier and TypeMethodDescriptionstatic <K,V> List <K> BuilderUtils.extractPairKeys(List<Pair<K, V>> pairList) Extract all the keys from aPairtype.static <K,V> List <V> BuilderUtils.extractPairValues(List<Pair<K, V>> pairList) Extract all the values from aPairtype.