Package com.exedio.cope
Class BindStringFunction
- All Implemented Interfaces:
Function<String>,Selectable<String>,StringFunction,Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBindStringFunction(StringFunction function, Join join) Instead of using this constructor directly, you may want to use the convenience methods. -
Method Summary
Methods inherited from class com.exedio.cope.BindFunction
append, appendSelect, check, equals, get, getType, getValueClass, getValueType, hashCode, toString, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.exedio.cope.Function
any, between, equal, equal, equal, get, get, greater, greater, greaterOrEqual, greaterOrEqual, in, in, isNotNull, isNull, less, less, lessOrEqual, lessOrEqual, max, min, notEqual, notEqualMethods inherited from interface com.exedio.cope.Selectable
append, appendSelect, check, getType, getValueClass, getValueType, toStringMethods inherited from interface com.exedio.cope.StringFunction
contains, containsIgnoreCase, endsWith, endsWithIgnoreCase, equalIgnoreCase, length, like, likeIgnoreCase, startsWith, startsWithIgnoreCase, toUpperCase
-
Constructor Details
-
BindStringFunction
Instead of using this constructor directly, you may want to use the convenience methods.- See Also:
-
-
Method Details
-
bind
Return this. It makes no sense wrapping a BindFunction into another BindFunction, because the inner BindFunction "wins".- Specified by:
bindin interfaceFunction<String>- Specified by:
bindin interfaceStringFunction- Overrides:
bindin classBindFunction<String>
-