public class AlgorithmRuntimeSupportedPredicate
extends java.lang.Object
implements com.google.common.base.Predicate<java.lang.String>
AlgorithmRegistry.isRuntimeSupported(String).| Modifier and Type | Field and Description |
|---|---|
private AlgorithmRegistry |
registry
The algorithm registry instance.
|
| Constructor and Description |
|---|
AlgorithmRuntimeSupportedPredicate(AlgorithmRegistry algorithmRegistry)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(java.lang.String input) |
private AlgorithmRegistry registry
public AlgorithmRuntimeSupportedPredicate(AlgorithmRegistry algorithmRegistry)
algorithmRegistry - the algorithm registry instance to use