kotlin.Int.plus
plus
operator fun plus(other: Byte): Int
operator fun plus(other: Short): Int
operator fun plus(other: Int): Int
operator fun plus(other: Long): Long
operator fun plus(other: Float): Float
operator fun plus(other: Double): Double
Adds the other value to this value.
© 2010–2017 JetBrains s.r.o.
Licensed under