| Modifier and Type | Method and Description |
|---|---|
static <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<BA,EA> |
AuthorMatcherStep.Builder.exclusionPredicate(java.util.function.Predicate<List<AuthorMatch<BA,EA>>> exclusionPredicate)
Sets the exclusion predicate for this builder.
|
AuthorMatcherStep.Builder<BA,EA> |
AuthorMatcherStep.Builder.matchingFunc(java.util.function.BiFunction<BA,EA,Optional<AuthorMatch<BA,EA>>> matchingFunc)
Sets the matching function for this builder.
|
AuthorMatcherStep.Builder<BA,EA> |
AuthorMatcherStep.Builder.name(String name)
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.
|
Copyright © 2026. All Rights Reserved.