Tokens and Types : Token Type Compatibility
 
Share this page                  
Token Type Compatibility
Data of a more specific type can safely be used where a more general type is required, but not vice versa. Attempts at unsafe type conversions from general to specific types will result in type errors, either at Java compile time or dataflow graph run time.