Uses of Class
eu.openaire.common.author.AuthorMatcherStep.Builder
-
Uses of AuthorMatcherStep.Builder in eu.openaire.common.author
Methods in eu.openaire.common.author that return AuthorMatcherStep.BuilderModifier and TypeMethodDescriptionstatic <BA,EA> AuthorMatcherStep.Builder <BA, EA> AuthorMatcherStep.abbreviationsMatcher(java.util.function.Function<BA, String> ex1, java.util.function.Function<EA, String> ex2) Creates a builder for a matching step that compares names based on abbreviations.AuthorMatcherStep.Builder.exclusionPredicate(java.util.function.Predicate<List<AuthorMatch<BA, EA>>> exclusionPredicate) Sets the exclusion predicate for this builder.AuthorMatcherStep.Builder.matchingFunc(java.util.function.BiFunction<BA, EA, Optional<AuthorMatch<BA, EA>>> matchingFunc) Sets the matching function for this builder.Sets the name for this matching step.static <BA,EA> AuthorMatcherStep.Builder <BA, EA> AuthorMatcherStep.stringIgnoreCaseMatcher(java.util.function.Function<BA, String> ex1, java.util.function.Function<EA, String> ex2) Creates a builder for a matching step that compares strings ignoring case.