Package org.eclipse.epsilon.eol.dom
package org.eclipse.epsilon.eol.dom
-
ClassDescriptionAllows for expressions which mix multiple lambdas and ordinary parameters in any order.
a ?: b
is shorthand fora != null ? a : b
.Executable ModuleElement which can be invoked with a parameter.MapLiteralExpression<K,V> Ternary operator, similar to Java's.