Text Styles Classes

In Gamma a class can be used in the “Traditional” way which is using a “Create” and then you use the different operation defined in it such as Split in our case. But a Class can also be a Process node and will look like a normal node on the UI.

Now if you have such class then in the node browser you will see two choices :

First one has some sort of a folder icon gives access to the processes defined in your class :

Second will add the class as a Process Node :

Think of it as different patching style that could be adopted based on your taste or a specific technical situation.

Sequence is a base type in Gamma. Spreads, MutableObservableCollections, SpreadBuilders are all sequences so they have common functionality such as “Count”, “Add” etc. Sometimes you can use things that exist in the Sequence category to manipulate spread or all those kind of “List” like types.

1 Like