Trait

eu.timepit.refined.types

NetTypes

Related Doc: package types

Permalink

trait NetTypes extends AnyRef

Source
net.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NetTypes
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final type DynamicPortNumber = Refined[Int, Closed[Int(49152), Int(65535)]]

    Permalink
  2. final type NonSystemPortNumber = Refined[Int, Closed[Int(1024), Int(65535)]]

    Permalink
  3. final type PortNumber = Refined[Int, Closed[Int(0), Int(65535)]]

    Permalink
  4. final type PrivateNetwork = Refined[String, Or[Or[Or[Rfc1918PrivateSpec, Rfc5737TestnetSpec], Rfc3927LocalLinkSpec], Rfc2544BenchmarkSpec]]

    Permalink
  5. final type Rfc1918ClassAPrivate = Refined[String, Rfc1918ClassAPrivateSpec]

    Permalink
  6. final type Rfc1918ClassBPrivate = Refined[String, Rfc1918ClassBPrivateSpec]

    Permalink
  7. final type Rfc1918ClassCPrivate = Refined[String, Rfc1918ClassCPrivateSpec]

    Permalink
  8. final type Rfc1918Private = Refined[String, Rfc1918PrivateSpec]

    Permalink
  9. final type Rfc2544Benchmark = Refined[String, Rfc2544BenchmarkSpec]

    Permalink
  10. final type Rfc3927LocalLink = Refined[String, Rfc3927LocalLinkSpec]

    Permalink
  11. final type Rfc5737Testnet = Refined[String, Rfc5737TestnetSpec]

    Permalink
  12. final type Rfc5737Testnet1 = Refined[String, Rfc5737Testnet1Spec]

    Permalink
  13. final type Rfc5737Testnet2 = Refined[String, Rfc5737Testnet2Spec]

    Permalink
  14. final type Rfc5737Testnet3 = Refined[String, Rfc5737Testnet3Spec]

    Permalink
  15. final type SystemPortNumber = Refined[Int, Closed[Int(0), Int(1023)]]

    Permalink
  16. final type UserPortNumber = Refined[Int, Closed[Int(1024), Int(49151)]]

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final val DynamicPortNumber: net.DynamicPortNumber.type

    Permalink
  5. final val NonSystemPortNumber: net.NonSystemPortNumber.type

    Permalink
  6. final val PortNumber: net.PortNumber.type

    Permalink
  7. final val SystemPortNumber: net.SystemPortNumber.type

    Permalink
  8. final val UserPortNumber: net.UserPortNumber.type

    Permalink
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  21. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped