IntValidations

coursemgmt.IntValidations

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def isGreaterThanZero(int: Int): Either[String, Unit]
def isNotNegative(int: Int): Either[String, Unit]