object UUIDGen extends UUIDGenCompanionPlatform
- Source
- UUIDGen.scala
- Alphabetic
- By Inheritance
- UUIDGen
- UUIDGenCompanionPlatform
- UUIDGenCompanionPlatformLowPriority
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
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
- def apply[F[_]](implicit ev: UUIDGen[F]): UUIDGen[F]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit def catsEitherTUUIDGen[F[_], L](implicit arg0: UUIDGen[F], arg1: Functor[F]): UUIDGen[[γ$0$]EitherT[F, L, γ$0$]]
UUIDGen instance built for
cats.data.EitherT
values initialized with anyF
data type that also implementsUUIDGen
. - implicit def catsIndexedReaderWriterStateTUUIDGen[F[_], E, L, S](implicit arg0: UUIDGen[F], arg1: Applicative[F], arg2: Monoid[L]): UUIDGen[[ζ$6$]IndexedReaderWriterStateT[F, E, L, S, S, ζ$6$]]
UUIDGen instance built for
cats.data.IndexedReaderWriterStateT
values initialized with anyF
data type that also implementsUUIDGen
. - implicit def catsIndexedStateTUUIDGen[F[_], S](implicit arg0: UUIDGen[F], arg1: Applicative[F]): UUIDGen[[δ$3$]IndexedStateT[F, S, S, δ$3$]]
UUIDGen instance built for
cats.data.IndexedStateT
values initialized with anyF
data type that also implementsUUIDGen
. - implicit def catsIorTUUIDGen[F[_], L](implicit arg0: UUIDGen[F], arg1: Functor[F]): UUIDGen[[γ$5$]IorT[F, L, γ$5$]]
UUIDGen instance built for
cats.data.IorT
values initialized with anyF
data type that also implementsUUIDGen
. - implicit def catsKleisliUUIDGen[F[_], R](implicit arg0: UUIDGen[F]): UUIDGen[[γ$1$]Kleisli[F, R, γ$1$]]
UUIDGen instance built for
cats.data.Kleisli
values initialized with anyF
data type that also implementsUUIDGen
. - implicit def catsOptionTUUIDGen[F[_]](implicit arg0: UUIDGen[F], arg1: Functor[F]): UUIDGen[[β$2$]OptionT[F, β$2$]]
UUIDGen instance built for
cats.data.OptionT
values initialized with anyF
data type that also implementsUUIDGen
. - implicit def catsWriterTUUIDGen[F[_], L](implicit arg0: UUIDGen[F], arg1: Applicative[F], arg2: Monoid[L]): UUIDGen[[γ$4$]WriterT[F, L, γ$4$]]
UUIDGen instance built for
cats.data.WriterT
values initialized with anyF
data type that also implementsUUIDGen
. - def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- implicit def fromSecureRandom[F[_]](implicit arg0: Functor[F], arg1: SecureRandom[F]): UUIDGen[F]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def randomString[F[_]](implicit gen: UUIDGen[F], F: Functor[F]): F[String]
- def randomUUID[F[_]](implicit arg0: UUIDGen[F]): F[UUID]
- 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(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
Deprecated Value Members
- implicit def fromSync[F[_]](implicit ev: kernel.Sync[F]): UUIDGen[F]
- Definition Classes
- UUIDGenCompanionPlatformLowPriority
- Annotations
- @deprecated
- Deprecated
(Since version 3.6.0) Put an implicit
SecureRandom.javaSecuritySecureRandom
into scope to get a more efficientUUIDGen
, or directly callUUIDGen.fromSecureRandom