All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.tsingjyujing.geo.basic.operations.Addable.scala Maven / Gradle / Ivy

There is a newer version: 2.8.9-2.11
Show newest version
package com.github.tsingjyujing.geo.basic.operations

/**
  * Define a add group
  *
  * @author [email protected]
  * @tparam T element type
  */
trait Addable[T <: Addable[T]] {
    /**
      * Add self to a same type value
      *
      * @param v
      * @return
      */
    def +(v: T): T
}






© 2015 - 2025 Weber Informatics LLC | Privacy Policy