Package com.exedio.cope
Class BindStringFunction
- java.lang.Object
-
- com.exedio.cope.BindFunction<String>
-
- com.exedio.cope.BindStringFunction
-
- All Implemented Interfaces:
Function<String>
,Selectable<String>
,StringFunction
,Serializable
public final class BindStringFunction extends BindFunction<String> implements StringFunction
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BindStringFunction(StringFunction function, Join join)
Instead of using this constructor directly, you may want to use the convenience methods.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BindStringFunction
bind(Join join)
Return this.-
Methods inherited from class com.exedio.cope.BindFunction
append, appendSelect, check, equals, get, getType, getValueClass, getValueType, hashCode, toString, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods 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, notEqual
-
Methods inherited from interface com.exedio.cope.Selectable
append, appendSelect, check, getType, getValueClass, getValueType, toString
-
Methods inherited from interface com.exedio.cope.StringFunction
contains, containsIgnoreCase, endsWith, endsWithIgnoreCase, equalIgnoreCase, length, like, likeIgnoreCase, startsWith, startsWithIgnoreCase, toUpperCase
-
-
-
-
Constructor Detail
-
BindStringFunction
public BindStringFunction(StringFunction function, Join join)
Instead of using this constructor directly, you may want to use the convenience methods.- See Also:
NumberFunction.bind(Join)
-
-
Method Detail
-
bind
public BindStringFunction bind(Join join)
Return this. It makes no sense wrapping a BindFunction into another BindFunction, because the inner BindFunction "wins".- Specified by:
bind
in interfaceFunction<String>
- Specified by:
bind
in interfaceStringFunction
- Overrides:
bind
in classBindFunction<String>
-
-