stdlib
Reactive icon

StdLib

Stable version 0.1.7 (Compatible with OutSystems 11)
Uploaded
 on 9 Jun
 by 
0.0
 (0 ratings)
stdlib

StdLib

Documentation
0.1.7

For more information on this library, please refer to the demo page.

https://bpyamagamihry.outsystemscloud.com/StdLib_Demo/


0.1.6

We have added actions to manipulate sets. The following functionalities are provided: 

  • Union: Obtain a list that is the union of two lists 
  • Intersection: Obtain a list that is the intersection of two lists 
  • Difference: Obtain a list that is the difference between two lists 
  • SymmetricDifference: Obtain a list that is the symmetric difference of two lists 
  • IsEqual: Verify if two lists are identical sets 
  • IsSubset: Verify if the first list is a subset of the second list 
  • IsSuperset: Verify if the first list is a superset of the second list 


For more information, please refer to the following document.
https://bpyamagamihry.outsystemscloud.com/StdLib_Demo/


0.1.5

For more information on this library, please refer to the demo page.

https://bpyamagamihry.outsystemscloud.com/StdLib_Demo/


0.1.4

For more information on this library, please refer to the demo page.

https://bpyamagamihry.outsystemscloud.com/StdLib_Demo/


0.1.3

For more information on this library, please refer to the demo page.

https://bpyamagamihry.outsystemscloud.com/StdLib_Demo/


0.1.2

See demo app.