net.sf.eos.config
Class ConfigurationKey.AlwaysTruePredicate
java.lang.Object
net.sf.eos.config.ConfigurationKey.AlwaysTruePredicate
- All Implemented Interfaces:
- Predicate<String>
- Enclosing class:
- ConfigurationKey
public static final class ConfigurationKey.AlwaysTruePredicate
- extends Object
- implements Predicate<String>
The predicate
always returns true
.
- Author:
- Sascha Kohlmann
Method Summary |
boolean |
evaluate(String value)
Evaluates this predicate for the given value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigurationKey.AlwaysTruePredicate
public ConfigurationKey.AlwaysTruePredicate()
evaluate
public boolean evaluate(String value)
- Description copied from interface:
Predicate
- Evaluates this predicate for the given value.
- Specified by:
evaluate
in interface Predicate<String>
- Parameters:
value
- will be ignored.
- Returns:
- always
true
Copyright © 2008. All Rights Reserved.