public class OnlyHasSupportedCharactersPredicate extends Object implements Predicate<String>
Returns TRUE if the input is composed of alphanumeric or hyphen characters; FALSE otherwise.
OnlyHasSupportedCharactersPredicate()
boolean
test(String target)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
and, isEqual, negate, or
public OnlyHasSupportedCharactersPredicate()
public boolean test(String target)
test
Predicate<String>
Copyright © 2000-2016 SAP SE. All Rights Reserved.