Hi! I have a question about the code conventions in Scala, or more specifically, about methods without parenthesis.
For example, the ExecutionEnvironment.getExecutionEnvironment takes no parenthesis, appearing that way like a member of the class, rather than a method. Is there some rule when to use methods/functions with parenthesis, and when without? Greetings, Stephan