You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

435 B

You can use inline Operators to:

  • Store constant values (which you can also convert to Properties).
  • Be the destination for a combination of values from different inputs. In this case, the Operator acts as a "builder" which takes individual values and outputs a coherent object.
  • Cast between compatible types.
  • Perform redirections in large graphs (redirect only one long connection instead of multiple ones).