object all extends AllTypes
- Alphabetic
- By Inheritance
- all
- AllTypes
- TimeTypes
- StringTypes
- NumericTypes
- NetTypes
- CharTypes
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
type
Day = Refined[Int, Closed[Int(1), Int(31)]]
An
Intin the range from 1 to 31 representing the day-of-month.An
Intin the range from 1 to 31 representing the day-of-month. Note that the days from 29 to 31 are not valid for all months.- Definition Classes
- TimeTypes
-
type
DynamicPortNumber = Refined[Int, Closed[Int(49152), Int(65535)]]
An
Intin the range from 49152 to 65535 representing a port number.An
Intin the range from 49152 to 65535 representing a port number.- Definition Classes
- NetTypes
-
type
Hour = Refined[Int, Closed[Int(0), Int(23)]]
An
Intin the range from 0 to 23 representing the hour-of-day.An
Intin the range from 0 to 23 representing the hour-of-day.- Definition Classes
- TimeTypes
-
type
LowerCaseChar = Refined[Char, LowerCase]
A
Charthat is a lower case character.A
Charthat is a lower case character.- Definition Classes
- CharTypes
-
type
Millis = Refined[Int, Closed[Int(0), Int(999)]]
An
Intin the range from 0 to 999 representing the millisecond-of-second.An
Intin the range from 0 to 999 representing the millisecond-of-second.- Definition Classes
- TimeTypes
-
type
Minute = Refined[Int, Closed[Int(0), Int(59)]]
An
Intin the range from 0 to 59 representing the minute-of-hour.An
Intin the range from 0 to 59 representing the minute-of-hour.- Definition Classes
- TimeTypes
-
type
Month = Refined[Int, Closed[Int(1), Int(12)]]
An
Intin the range from 1 to 12 representing the month-of-year.An
Intin the range from 1 to 12 representing the month-of-year.- Definition Classes
- TimeTypes
-
type
NegInt = Refined[Int, Negative]
An
Intin the range fromInt.MinValueto -1.An
Intin the range fromInt.MinValueto -1.- Definition Classes
- NumericTypes
-
type
NegLong = Refined[Long, Negative]
A
Longin the range fromLong.MinValueto -1.A
Longin the range fromLong.MinValueto -1.- Definition Classes
- NumericTypes
-
type
NonEmptyString = Refined[String, NonEmpty]
A
Stringthat is not empty.A
Stringthat is not empty.- Definition Classes
- StringTypes
-
type
NonNegInt = Refined[Int, NonNegative]
An
Intin the range from 0 toInt.MaxValue.An
Intin the range from 0 toInt.MaxValue.- Definition Classes
- NumericTypes
-
type
NonNegLong = Refined[Long, NonNegative]
A
Longin the range from 0 toLong.MaxValue.A
Longin the range from 0 toLong.MaxValue.- Definition Classes
- NumericTypes
-
type
NonPosInt = Refined[Int, NonPositive]
An
Intin the range fromInt.MinValueto 0.An
Intin the range fromInt.MinValueto 0.- Definition Classes
- NumericTypes
-
type
NonPosLong = Refined[Long, NonPositive]
A
Longin the range fromLong.MinValueto 0.A
Longin the range fromLong.MinValueto 0.- Definition Classes
- NumericTypes
-
type
NonSystemPortNumber = Or[UserPortNumber, DynamicPortNumber]
An
Intin the range from 1024 to 65535 representing a port number.An
Intin the range from 1024 to 65535 representing a port number.- Definition Classes
- NetTypes
-
type
PortNumber = Refined[Int, Closed[Int(0), Int(65535)]]
An
Intin the range from 0 to 65535 representing a port number.An
Intin the range from 0 to 65535 representing a port number.- Definition Classes
- NetTypes
-
type
PosInt = Refined[Int, Positive]
An
Intin the range from 1 toInt.MaxValue.An
Intin the range from 1 toInt.MaxValue.- Definition Classes
- NumericTypes
-
type
PosLong = Refined[Long, Positive]
A
Longin the range from 1 toLong.MaxValue.A
Longin the range from 1 toLong.MaxValue.- Definition Classes
- NumericTypes
-
type
Second = Refined[Int, Closed[Int(0), Int(59)]]
An
Intin the range from 0 to 59 representing the second-of-minute.An
Intin the range from 0 to 59 representing the second-of-minute.- Definition Classes
- TimeTypes
-
type
SystemPortNumber = Refined[Int, Closed[Int(0), Int(1023)]]
An
Intin the range from 0 to 1023 representing a port number.An
Intin the range from 0 to 1023 representing a port number.- Definition Classes
- NetTypes
-
type
UpperCaseChar = Refined[Char, UpperCase]
A
Charthat is an upper case character.A
Charthat is an upper case character.- Definition Classes
- CharTypes
-
type
UserPortNumber = Refined[Int, Closed[Int(1024), Int(49151)]]
An
Intin the range from 1024 to 49151 representing a port number.An
Intin the range from 1024 to 49151 representing a port number.- Definition Classes
- NetTypes
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )