punksta
<T>fun T.superTimes(t : T) : T = if (this.haveTimes()) this.times(t)) else throw Exception("times function missed")