object GenUUID extends EffectComp[GenUUID] with GenUUIDInstances
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GenUUID
- GenUUIDInstances
- EffectComp
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
apply[F[_]](implicit instance: GenUUID[F]): GenUUID[F]
- Definition Classes
- EffectComp
- Annotations
- @inline()
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit def genUUIDForContT[F[_], R](implicit arg0: FlatMap[F], arg1: GenUUID[F]): GenUUID[[γ$6$]ContT[F, R, γ$6$]]
- implicit def genUUIDForEitherT[F[_], E](implicit arg0: Functor[F], arg1: GenUUID[F]): GenUUID[[γ$3$]EitherT[F, E, γ$3$]]
- implicit def genUUIDForIorT[F[_], L](implicit arg0: Applicative[F], arg1: GenUUID[F]): GenUUID[[γ$5$]IorT[F, L, γ$5$]]
- implicit def genUUIDForKleisli[F[_], R](implicit arg0: GenUUID[F]): GenUUID[[γ$0$]Kleisli[F, R, γ$0$]]
- implicit def genUUIDForOptionT[F[_]](implicit arg0: Functor[F], arg1: GenUUID[F]): GenUUID[[β$2$]OptionT[F, β$2$]]
- implicit def genUUIDForRWST[F[_], R, L, S](implicit arg0: Applicative[F], arg1: GenUUID[F], arg2: Monoid[L]): GenUUID[[ε$7$]IndexedReaderWriterStateT[F, R, L, S, S, ε$7$]]
- implicit def genUUIDForStateT[F[_], S](implicit arg0: Applicative[F], arg1: GenUUID[F]): GenUUID[[γ$4$]IndexedStateT[F, S, S, γ$4$]]
- implicit def genUUIDForWriterT[F[_], R](implicit arg0: Applicative[F], arg1: GenUUID[F], arg2: Monoid[R]): GenUUID[[γ$1$]WriterT[F, R, γ$1$]]
-
implicit
val
genUUIDRepresentableK: RepresentableK[GenUUID]
- Definition Classes
- GenUUIDInstances
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
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() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def random[F[_]](implicit gen: GenUUID[F]): F[UUID]
- def randomString[F[_]](implicit arg0: Functor[F], arg1: GenUUID[F]): F[String]
- implicit def syncGenUUID[F[_]](implicit F: Delay[F]): GenUUID[F]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated