MultipleOf

endpoints4s.MultipleOf
See theMultipleOf companion object
trait MultipleOf[A]

Type class that checks whether something is a multiple of another numeric value. Added since the std-lib Numeric does not have a modulo function.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def multipleOf(a: A, b: A): Boolean