Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W X 

F

FilterExpression - Class in com.workfusion.studio.rpa.recorder.api.internal.util
FilterExpression wraps user-defined expression for selecting specific elements from collections.
FilterExpression(String) - Constructor for class com.workfusion.studio.rpa.recorder.api.internal.util.FilterExpression
 
floatValue() - Method in class com.workfusion.studio.rpa.recorder.api.types.RNumber
 
forEach(Consumer<? super String>) - Method in class com.workfusion.studio.rpa.recorder.api.groovy.RecorderList
Deprecated.
 
forEach(String, Consumer<? super String>) - Method in class com.workfusion.studio.rpa.recorder.api.groovy.RecorderList
Deprecated.
As of release 3.0.0, replaced by FilterExpression usage.
forEach(Consumer<? super String>) - Method in class com.workfusion.studio.rpa.recorder.api.groovy.RecorderTable
Deprecated.
 
forEach(BiConsumer<? super Number, ? super CharSequence>) - Method in class com.workfusion.studio.rpa.recorder.api.types.RList
Calls provided consumer for each element of this collection.
forEachCell(BiConsumer<SparseTable.Key, ? super T>) - Method in class com.workfusion.studio.rpa.recorder.api.internal.types.SparseTable
 
forEachCell(BiConsumer<SparseTable.Key, ? super CharSequence>) - Method in class com.workfusion.studio.rpa.recorder.api.types.RTable
Calls provided consumer for each cell of this table.
forEachColumn(String, Consumer<? super List<String>>) - Method in class com.workfusion.studio.rpa.recorder.api.groovy.RecorderTable
Deprecated.
 
forEachElement(BiConsumer<SparseTable.Key, ? super T>) - Method in class com.workfusion.studio.rpa.recorder.api.internal.types.SparseTable
 
forEachElement(BiConsumer<SparseTable.Key, ? super CharSequence>) - Method in class com.workfusion.studio.rpa.recorder.api.types.RTable
Calls provided consumer for each value of this table, ignoring empty cells.
forEachRow(String, Consumer<? super List<String>>) - Method in class com.workfusion.studio.rpa.recorder.api.groovy.RecorderTable
Deprecated.
As of release 3.0.0, replaced by FilterExpression usage.
FORMAT - Static variable in class com.workfusion.studio.rpa.recorder.api.DateOperations
 
fromBase64String(String) - Static method in class com.workfusion.studio.rpa.recorder.api.groovy.RecorderList
Deprecated.
 
fromBase64String(String) - Static method in class com.workfusion.studio.rpa.recorder.api.groovy.RecorderTable
Deprecated.
 
fromCanonical(CharSequence) - Static method in enum com.workfusion.studio.rpa.recorder.api.types.RBoolean
Static factory method to construct RBoolean values from canonical representations.
fromCanonical(CharSequence) - Static method in class com.workfusion.studio.rpa.recorder.api.types.RDateTime
Static factory method to construct RDateTime values from canonical representations.
fromCanonical(CharSequence) - Static method in class com.workfusion.studio.rpa.recorder.api.types.RList
Static factory method to construct RList values from canonical representations.
fromCanonical(CharSequence) - Static method in class com.workfusion.studio.rpa.recorder.api.types.RNumber
Static factory method to construct RNumber values from canonical representations.
fromCanonical(CharSequence) - Static method in class com.workfusion.studio.rpa.recorder.api.types.RTable
Static factory method to construct RTable values from canonical representations.
fromRepresentation(CharSequence, CharSequence) - Static method in enum com.workfusion.studio.rpa.recorder.api.types.RBoolean
Static factory method to construct RBoolean values from user-defined representations.
fromRepresentation(CharSequence, CharSequence) - Static method in class com.workfusion.studio.rpa.recorder.api.types.RDateTime
Static factory method to construct RDateTime values from user-defined representations.
fromRepresentation(CharSequence, CharSequence) - Static method in class com.workfusion.studio.rpa.recorder.api.types.RList
Static factory method to construct RList values from user-defined representations.
fromRepresentation(CharSequence, CharSequence) - Static method in class com.workfusion.studio.rpa.recorder.api.types.RNumber
Static factory method to construct RNumber values from user-defined representations.
fromRepresentation(CharSequence, CharSequence) - Static method in class com.workfusion.studio.rpa.recorder.api.types.RTable
Static factory method to construct RTable values from user-defined representations.
fromRows(List<? extends List<? extends CharSequence>>) - Static method in class com.workfusion.studio.rpa.recorder.api.types.RTable
Static factory method to construct RTable from provided rows.
A B C D E F G H I J K L M N O P R S T U V W X 
Skip navigation links