Packages

p

laserdisc

package laserdisc

Source
package.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. laserdisc
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final type Host = Refined[String, Or[Or[Or[Or[Or[RFC1123HostName, Loopback], Rfc1918PrivateSpec], Rfc5737TestnetSpec], Rfc3927LocalLinkSpec], Rfc2544BenchmarkSpec]]
  2. final type Maybe[A] = Either[Throwable, A]
  3. final type Port = Refined[Int, Closed[Int(1024), Int(49151)]]
  4. trait RedisClient[F[_]] extends AnyRef

Value Members

  1. object Host extends RefinedTypeOps[Host, String]
  2. object Port extends RefinedTypeOps[Port, Int]

Inherited from AnyRef

Inherited from Any

Ungrouped