Uses of Interface
org.apache.commons.text.lookup.BiStringLookup
-
Uses of BiStringLookup in org.apache.commons.text.lookup
Modifier and TypeMethodDescription<R,
U> BiStringLookup<U> StringLookupFactory.biFunctionStringLookup
(BiFunction<String, U, R> biFunction) Returns a new function-based lookup where the request for a lookup is answered by applying the function with a lookup key.