public class KeyRandomStrategy extends Object implements KeyStrategyFunction<List<String>,String>
| Constructor and Description |
|---|
KeyRandomStrategy() |
| Modifier and Type | Method and Description |
|---|---|
String |
apply(List<String> apiKeys)
Applies this function to the given argument.
|
public String apply(List<String> apiKeys)
KeyStrategyFunctionapply in interface KeyStrategyFunction<List<String>,String>apiKeys - the function argumentCopyright © 2023 grt1228. All rights reserved.