Uses of Interface
com.streambase.sb.Function
-
Packages that use Function Package Description com.streambase.sb Provides classes and interfaces fundamental to the TIBCO StreamBase Java API. -
-
Uses of Function in com.streambase.sb
Methods in com.streambase.sb that return Function Modifier and Type Method Description Function
Tuple. getFunction(int fieldIndex)
Return the value of the function field at a specified field index.Function
Tuple. getFunction(Schema.Field field)
Return the value of the given function field.Function
Tuple. getFunction(String fieldName)
Return the value of the named function field.protected Function
ReadOnlyCompositeTuple. getFunctionImpl(Schema.Field field)
protected Function
ReadOnlyTupleByIndexWrapper. getFunctionImpl(Schema.Field field)
protected Function
ReadOnlyTupleRep. getFunctionImpl(Schema.Field field)
protected Function
ReadWriteTupleWrapper. getFunctionImpl(Schema.Field field)
protected Function
TupleRep. getFunctionImpl(Schema.Field field)
Methods in com.streambase.sb with parameters of type Function Modifier and Type Method Description CharSequence
Tuple.DefaultTupleFormatter. formatFunction(Function f)
CharSequence
Tuple.TupleFormatter. formatFunction(Function f)
Return a string representation of the given StreamBase functionvoid
Tuple. setFunction(int field, Function value)
Set a specified function field to the givenFunction
void
Tuple. setFunction(Schema.Field field, Function value)
Set a specified function field to the givenFunction
void
Tuple. setFunction(String field, Function value)
Set a specified function field to the givenFunction
protected void
ReadOnlyTuple. setFunctionImpl(Schema.Field pathlessField, Function value)
protected void
ReadWriteTupleWrapper. setFunctionImpl(Schema.Field pathlessField, Function value)
protected void
TupleRep. setFunctionImpl(Schema.Field field, Function value)
-