Adaptive Framework
0.9.0
|
Adaptive Function union<date>
More...
Adaptive Function union<date>
x | function execute parameter. |
Returns a list of date contains all of the unique values in two or more list of date values.
This function is pure, so it will always return the same result given exactly the same parameters and has no side effects.
Declaration:
Parameters:
lists - (2 or more list date) Two or more lists.
Returns:
(list date)
Implemented by afw_function_execute_union()
dayTimeDuration adaptive functions.
afw_function_definition_bag_dayTimeDuration |
Adaptive Function at_least_one_member_of<dayTimeDuration>
x | function execute parameter. |
Returns boolean true if at least one value in dayTimeDuration list1 is in dayTimeDuration list2.
This function is pure, so it will always return the same result given exactly the same parameters and has no side effects.
Declaration:
Parameters:
list1 - (list dayTimeDuration) The first list.
list2 - (list dayTimeDuration) The second list.
Returns:
(boolean)
Implemented by afw_function_execute_at_least_one_member_of()
Function definition bag<dayTimeDuration>
Definition at line 7773 of file afw_function_bindings.h.
afw_function_definition_bag_size_dayTimeDuration |
Adaptive Function bag<dayTimeDuration>
x | function execute parameter. |
Takes any number of dayTimeDuration values and returns a list of list.
This function is pure, so it will always return the same result given exactly the same parameters and has no side effects.
Declaration:
Parameters:
values - (0 or more list dayTimeDuration)
Returns:
(list dayTimeDuration)
Implemented by afw_function_execute_bag()
Function definition bag_size<dayTimeDuration>
Definition at line 7807 of file afw_function_bindings.h.
afw_function_definition_dayTimeDuration |
Adaptive Function bag_size<dayTimeDuration>
x | function execute parameter. |
This returns the integer number of values in list.
This function is pure, so it will always return the same result given exactly the same parameters and has no side effects.
Declaration:
Parameters:
value - (list dayTimeDuration)
Returns:
(integer)
Implemented by afw_function_execute_bag_size()
Function definition dayTimeDuration
Definition at line 7841 of file afw_function_bindings.h.
afw_function_definition_eq_dayTimeDuration |
Adaptive Function dayTimeDuration
x | function execute parameter. |
Converts value to data type dayTimeDuration returning dayTimeDuration result.
This function is pure, so it will always return the same result given exactly the same parameters and has no side effects.
Declaration:
Parameters:
value - (any dataType) Value to convert.
Returns:
(dayTimeDuration) Converted value.
Errors thrown:
cast_error - value could not be converted
Implemented by afw_function_execute_convert()
Function definition eq<dayTimeDuration>
Definition at line 7880 of file afw_function_bindings.h.
afw_function_definition_eqx_dayTimeDuration |
Adaptive Function eq<dayTimeDuration>
x | function execute parameter. |
Determine if dayTimeDuration arg1 is equal to the value of arg2 converted to the data type of arg1 then return the boolean result. Use "eqx" ("===") instead if you want false to be returned if arg1 and arg2's data type don't match.
This function is pure, so it will always return the same result given exactly the same parameters and has no side effects.
Declaration:
Parameters:
arg1 - (dayTimeDuration)
arg2 - (any dataType)
Returns:
(boolean)
Errors thrown:
conversion - arg2 cannot be converted to the data type of arg1.
Implemented by afw_function_execute_eq()
Function definition eqx<dayTimeDuration>
Definition at line 7924 of file afw_function_bindings.h.
afw_function_definition_ge_dayTimeDuration |
Adaptive Function eqx<dayTimeDuration>
x | function execute parameter. |
Determine if for dayTimeDuration arg1 is equal to the value and data type of arg2 then return the boolean result. Use "eq" ("==") instead if you want arg2 to be converted to the data type of arg1 before comparison.
This function is pure, so it will always return the same result given exactly the same parameters and has no side effects.
Declaration:
Parameters:
arg1 - (dayTimeDuration)
arg2 - (any dataType)
Returns:
(boolean)
Implemented by afw_function_execute_eqx()
Function definition ge<dayTimeDuration>
Definition at line 7963 of file afw_function_bindings.h.
afw_function_definition_gt_dayTimeDuration |
Adaptive Function ge<dayTimeDuration>
x | function execute parameter. |
Checks for dayTimeDuration arg1 is greater than or equal to dayTimeDuration arg2 and return the boolean result.
This function is pure, so it will always return the same result given exactly the same parameters and has no side effects.
Declaration:
Parameters:
arg1 - (dayTimeDuration)
arg2 - (dayTimeDuration)
Returns:
(boolean)
Implemented by afw_function_execute_ge()
Function definition gt<dayTimeDuration>
Definition at line 8001 of file afw_function_bindings.h.
afw_function_definition_intersection_dayTimeDuration |
Adaptive Function gt<dayTimeDuration>
x | function execute parameter. |
Checks for dayTimeDuration arg1 is greater than dayTimeDuration arg2 and return the boolean result.
This function is pure, so it will always return the same result given exactly the same parameters and has no side effects.
Declaration:
Parameters:
arg1 - (dayTimeDuration)
arg2 - (dayTimeDuration)
Returns:
(boolean)
Implemented by afw_function_execute_gt()
Function definition intersection<dayTimeDuration>
Definition at line 8039 of file afw_function_bindings.h.
afw_function_definition_is_dayTimeDuration |
Adaptive Function intersection<dayTimeDuration>
x | function execute parameter. |
Returns a list of dayTimeDuration with the values that are common to both list of dayTimeDuration list1 and list2.
This function is pure, so it will always return the same result given exactly the same parameters and has no side effects.
Declaration:
Parameters:
list1 - (list dayTimeDuration) The first list.
list2 - (list dayTimeDuration) The second list.
Returns:
(list dayTimeDuration)
Implemented by afw_function_execute_intersection()
Function definition is<dayTimeDuration>
Definition at line 8077 of file afw_function_bindings.h.
afw_function_definition_is_in_dayTimeDuration |
Adaptive Function is<dayTimeDuration>
x | function execute parameter. |
Checks whether value is dataType dayTimeDuration and return the boolean result.
This function is pure, so it will always return the same result given exactly the same parameters and has no side effects.
Declaration:
Parameters:
value - (any dataType) Value to check.
Returns:
(boolean)
Implemented by afw_function_execute_is()
Function definition is_in<dayTimeDuration>
Definition at line 8112 of file afw_function_bindings.h.
afw_function_definition_le_dayTimeDuration |
Adaptive Function is_in<dayTimeDuration>
x | function execute parameter. |
Checks whether dayTimeDuration value is in list of dayTimeDuration list and returns the boolean result.
This function is pure, so it will always return the same result given exactly the same parameters and has no side effects.
Declaration:
Parameters:
value - (dayTimeDuration)
list - (list dayTimeDuration)
Returns:
(boolean)
Implemented by afw_function_execute_is_in()
Function definition le<dayTimeDuration>
Definition at line 8150 of file afw_function_bindings.h.
afw_function_definition_lt_dayTimeDuration |
Adaptive Function le<dayTimeDuration>
x | function execute parameter. |
Checks for dayTimeDuration arg1 is less than or equal to dayTimeDuration arg2 and return the boolean result.
This function is pure, so it will always return the same result given exactly the same parameters and has no side effects.
Declaration:
Parameters:
arg1 - (dayTimeDuration)
arg2 - (any dataType)
Returns:
(boolean)
Implemented by afw_function_execute_le()
Function definition lt<dayTimeDuration>
Definition at line 8188 of file afw_function_bindings.h.
afw_function_definition_ne_dayTimeDuration |
Adaptive Function lt<dayTimeDuration>
x | function execute parameter. |
Checks for dayTimeDuration arg1 is less that dayTimeDuration arg2 and return the boolean result.
This function is pure, so it will always return the same result given exactly the same parameters and has no side effects.
Declaration:
Parameters:
arg1 - (dayTimeDuration)
arg2 - (dayTimeDuration)
Returns:
(boolean)
Implemented by afw_function_execute_lt()
Function definition ne<dayTimeDuration>
Definition at line 8226 of file afw_function_bindings.h.
afw_function_definition_nex_dayTimeDuration |
Adaptive Function ne<dayTimeDuration>
x | function execute parameter. |
Determine if dayTimeDuration arg1 is not equal to the value of arg2 converted to the data type of arg1 then return the boolean result. Use "nex" ("!==") instead if you want true to be returned if arg1 and arg2's data type don't match.
This function is pure, so it will always return the same result given exactly the same parameters and has no side effects.
Declaration:
Parameters:
arg1 - (dayTimeDuration)
arg2 - (any dataType)
Returns:
(boolean)
Errors thrown:
conversion - arg2 cannot be converted to the data type of arg1.
Implemented by afw_function_execute_ne()
Function definition nex<dayTimeDuration>
Definition at line 8270 of file afw_function_bindings.h.
afw_function_definition_one_and_only_dayTimeDuration |
Adaptive Function nex<dayTimeDuration>
x | function execute parameter. |
Determine if for dayTimeDuration arg1 is not equal to the value or data type of arg2 then return the boolean result. Use "ne" ("!=") instead if you want arg2 to be converted to the data type of arg1 before comparison.
This function is pure, so it will always return the same result given exactly the same parameters and has no side effects.
Declaration:
Parameters:
arg1 - (dayTimeDuration)
arg2 - (any dataType)
Returns:
(boolean)
Implemented by afw_function_execute_nex()
Function definition one_and_only<dayTimeDuration>
Definition at line 8309 of file afw_function_bindings.h.
afw_function_definition_set_equals_dayTimeDuration |
Adaptive Function one_and_only<dayTimeDuration>
x | function execute parameter. |
This converts a list of dayTimeDuration values that contains one value to a single dayTimeDuration value.
This function is pure, so it will always return the same result given exactly the same parameters and has no side effects.
Declaration:
Parameters:
list - (list list)
Returns:
(dayTimeDuration)
Errors thrown:
arg_error - list does not contain exactly one value
Implemented by afw_function_execute_one_and_only()
Function definition set_equals<dayTimeDuration>
Definition at line 8348 of file afw_function_bindings.h.
afw_function_definition_subset_dayTimeDuration |
Adaptive Function set_equals<dayTimeDuration>
x | function execute parameter. |
Returns boolean true if dayTimeDuration list1 and dayTimeDuration list2 are subsets of each other and return the boolean result.
This function is pure, so it will always return the same result given exactly the same parameters and has no side effects.
Declaration:
Parameters:
list1 - (list dayTimeDuration)
list2 - (list dayTimeDuration)
Returns:
(boolean)
Implemented by afw_function_execute_set_equals()
Function definition subset<dayTimeDuration>
Definition at line 8386 of file afw_function_bindings.h.
afw_function_definition_to_string_dayTimeDuration |
Adaptive Function subset<dayTimeDuration>
x | function execute parameter. |
Returns boolean true if the unique values in dayTimeDuration list1 are all in dayTimeDuration list2.
This function is pure, so it will always return the same result given exactly the same parameters and has no side effects.
Declaration:
Parameters:
list1 - (list dayTimeDuration) The first list.
list2 - (list dayTimeDuration) The second list.
Returns:
(boolean)
Implemented by afw_function_execute_subset()
Function definition to_string<dayTimeDuration>
Definition at line 8424 of file afw_function_bindings.h.
afw_function_definition_union_dayTimeDuration |
Adaptive Function to_string<dayTimeDuration>
x | function execute parameter. |
Converts dayTimeDuration value to string. For list values, the to_string() value for each entry is returned separated with commas.
This function is pure, so it will always return the same result given exactly the same parameters and has no side effects.
Declaration:
Parameters:
value - (dayTimeDuration) A dayTimeDuration value.
Returns:
(string) The string representation of the value.
Implemented by afw_function_execute_convert()
Function definition union<dayTimeDuration>
Definition at line 8459 of file afw_function_bindings.h.