plus

operator fun Expression<T>.plus(arg: T): Expression<T>
operator fun T.plus(arg: Expression<T>): Expression<T>