Object/Trait

zio.prelude

Derive

Related Docs: trait Derive | package prelude

Permalink

object Derive

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Derive
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. implicit val CauseDeriveEqual: DeriveEqual[Cause]

    Permalink

    The DeriveEqual instance for Cause.

  5. implicit val ChunkDeriveEqual: Derive[Chunk, Equal]

    Permalink

    The DeriveEqual instance for Chunk.

  6. implicit def EitherDeriveEqual[E](implicit arg0: Equal[E]): DeriveEqual[[+x]Either[E, x]]

    Permalink

    The DeriveEqual instance for Either.

  7. implicit def ExitDeriveEqual[E](implicit arg0: Equal[E]): DeriveEqual[[+a]Exit[E, a]]

    Permalink

    The DeriveEqual instance for Exit.

  8. implicit val ListDeriveEqual: Derive[List, Equal]

    Permalink

    The DeriveEqual instance for List.

  9. implicit def MapDeriveEqual[A]: DeriveEqual[[+x]Map[A, x]]

    Permalink

    The DeriveEqual instance for Map.

  10. implicit val NonEmptyChunkDeriveEqual: DeriveEqual[NonEmptyChunk]

    Permalink

    The DeriveEqual instance for NonEmptyChunk.

  11. implicit val OptionDeriveEqual: DeriveEqual[Option]

    Permalink

    The DeriveEqual instance for Option.

  12. implicit def ParSeqDeriveEqual[Z <: Unit]: DeriveEqual[[+x]ParSeq[Z, x]]

    Permalink

    The DeriveEqual instance for ParSeq.

  13. implicit val SetDeriveEqual: DeriveEqual[Set]

    Permalink

    The DeriveEqual instance for Set.

  14. implicit val TryDeriveEqual: DeriveEqual[Try]

    Permalink

    The DeriveEqual instance for Try.

  15. implicit def Tuple10DeriveEqual[A, B, C, D, E, F, G, H, I](implicit arg0: Equal[A], arg1: Equal[B], arg2: Equal[C], arg3: Equal[D], arg4: Equal[E], arg5: Equal[F], arg6: Equal[G], arg7: Equal[H], arg8: Equal[I]): DeriveEqual[[x](A, B, C, D, E, F, G, H, I, x)]

    Permalink

    The DeriveEqual instance for Tuple10.

  16. implicit def Tuple11DeriveEqual[A, B, C, D, E, F, G, H, I, J](implicit arg0: Equal[A], arg1: Equal[B], arg2: Equal[C], arg3: Equal[D], arg4: Equal[E], arg5: Equal[F], arg6: Equal[G], arg7: Equal[H], arg8: Equal[I], arg9: Equal[J]): DeriveEqual[[x](A, B, C, D, E, F, G, H, I, J, x)]

    Permalink

    The DeriveEqual instance for Tuple11.

  17. implicit def Tuple12DeriveEqual[A, B, C, D, E, F, G, H, I, J, K](implicit arg0: Equal[A], arg1: Equal[B], arg2: Equal[C], arg3: Equal[D], arg4: Equal[E], arg5: Equal[F], arg6: Equal[G], arg7: Equal[H], arg8: Equal[I], arg9: Equal[J], arg10: Equal[K]): DeriveEqual[[x](A, B, C, D, E, F, G, H, I, J, K, x)]

    Permalink

    The DeriveEqual instance for Tuple12.

  18. implicit def Tuple13DeriveEqual[A, B, C, D, E, F, G, H, I, J, K, L](implicit arg0: Equal[A], arg1: Equal[B], arg2: Equal[C], arg3: Equal[D], arg4: Equal[E], arg5: Equal[F], arg6: Equal[G], arg7: Equal[H], arg8: Equal[I], arg9: Equal[J], arg10: Equal[K], arg11: Equal[L]): DeriveEqual[[x](A, B, C, D, E, F, G, H, I, J, K, L, x)]

    Permalink

    The DeriveEqual instance for Tuple13.

  19. implicit def Tuple14DeriveEqual[A, B, C, D, E, F, G, H, I, J, K, L, M](implicit arg0: Equal[A], arg1: Equal[B], arg2: Equal[C], arg3: Equal[D], arg4: Equal[E], arg5: Equal[F], arg6: Equal[G], arg7: Equal[H], arg8: Equal[I], arg9: Equal[J], arg10: Equal[K], arg11: Equal[L], arg12: Equal[M]): DeriveEqual[[x](A, B, C, D, E, F, G, H, I, J, K, L, M, x)]

    Permalink

    The DeriveEqual instance for Tuple14.

  20. implicit def Tuple15DeriveEqual[A, B, C, D, E, F, G, H, I, J, K, L, M, N](implicit arg0: Equal[A], arg1: Equal[B], arg2: Equal[C], arg3: Equal[D], arg4: Equal[E], arg5: Equal[F], arg6: Equal[G], arg7: Equal[H], arg8: Equal[I], arg9: Equal[J], arg10: Equal[K], arg11: Equal[L], arg12: Equal[M], arg13: Equal[N]): DeriveEqual[[x](A, B, C, D, E, F, G, H, I, J, K, L, M, N, x)]

    Permalink

    The DeriveEqual instance for Tuple15.

  21. implicit def Tuple16DeriveEqual[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O](implicit arg0: Equal[A], arg1: Equal[B], arg2: Equal[C], arg3: Equal[D], arg4: Equal[E], arg5: Equal[F], arg6: Equal[G], arg7: Equal[H], arg8: Equal[I], arg9: Equal[J], arg10: Equal[K], arg11: Equal[L], arg12: Equal[M], arg13: Equal[N], arg14: Equal[O]): DeriveEqual[[x](A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, x)]

    Permalink

    The DeriveEqual instance for Tuple16.

  22. implicit def Tuple17DeriveEqual[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P](implicit arg0: Equal[A], arg1: Equal[B], arg2: Equal[C], arg3: Equal[D], arg4: Equal[E], arg5: Equal[F], arg6: Equal[G], arg7: Equal[H], arg8: Equal[I], arg9: Equal[J], arg10: Equal[K], arg11: Equal[L], arg12: Equal[M], arg13: Equal[N], arg14: Equal[O], arg15: Equal[P]): DeriveEqual[[x](A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, x)]

    Permalink

    The DeriveEqual instance for Tuple17.

  23. implicit def Tuple18DeriveEqual[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q](implicit arg0: Equal[A], arg1: Equal[B], arg2: Equal[C], arg3: Equal[D], arg4: Equal[E], arg5: Equal[F], arg6: Equal[G], arg7: Equal[H], arg8: Equal[I], arg9: Equal[J], arg10: Equal[K], arg11: Equal[L], arg12: Equal[M], arg13: Equal[N], arg14: Equal[O], arg15: Equal[P], arg16: Equal[Q]): DeriveEqual[[x](A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, x)]

    Permalink

    The DeriveEqual instance for Tuple18.

  24. implicit def Tuple19DeriveEqual[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R](implicit arg0: Equal[A], arg1: Equal[B], arg2: Equal[C], arg3: Equal[D], arg4: Equal[E], arg5: Equal[F], arg6: Equal[G], arg7: Equal[H], arg8: Equal[I], arg9: Equal[J], arg10: Equal[K], arg11: Equal[L], arg12: Equal[M], arg13: Equal[N], arg14: Equal[O], arg15: Equal[P], arg16: Equal[Q], arg17: Equal[R]): DeriveEqual[[x](A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, x)]

    Permalink

    The DeriveEqual instance for Tuple19.

  25. implicit def Tuple20DeriveEqual[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S](implicit arg0: Equal[A], arg1: Equal[B], arg2: Equal[C], arg3: Equal[D], arg4: Equal[E], arg5: Equal[F], arg6: Equal[G], arg7: Equal[H], arg8: Equal[I], arg9: Equal[J], arg10: Equal[K], arg11: Equal[L], arg12: Equal[M], arg13: Equal[N], arg14: Equal[O], arg15: Equal[P], arg16: Equal[Q], arg17: Equal[R], arg18: Equal[S]): DeriveEqual[[x](A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, x)]

    Permalink

    The DeriveEqual instance for Tuple20.

  26. implicit def Tuple21DeriveEqual[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T](implicit arg0: Equal[A], arg1: Equal[B], arg2: Equal[C], arg3: Equal[D], arg4: Equal[E], arg5: Equal[F], arg6: Equal[G], arg7: Equal[H], arg8: Equal[I], arg9: Equal[J], arg10: Equal[K], arg11: Equal[L], arg12: Equal[M], arg13: Equal[N], arg14: Equal[O], arg15: Equal[P], arg16: Equal[Q], arg17: Equal[R], arg18: Equal[S], arg19: Equal[T]): DeriveEqual[[x](A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, x)]

    Permalink

    The DeriveEqual instance for Tuple21.

  27. implicit def Tuple22DeriveEqual[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U](implicit arg0: Equal[A], arg1: Equal[B], arg2: Equal[C], arg3: Equal[D], arg4: Equal[E], arg5: Equal[F], arg6: Equal[G], arg7: Equal[H], arg8: Equal[I], arg9: Equal[J], arg10: Equal[K], arg11: Equal[L], arg12: Equal[M], arg13: Equal[N], arg14: Equal[O], arg15: Equal[P], arg16: Equal[Q], arg17: Equal[R], arg18: Equal[S], arg19: Equal[T], arg20: Equal[U]): DeriveEqual[[x](A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, x)]

    Permalink

    The DeriveEqual instance for Tuple22.

  28. implicit def Tuple2DeriveEqual[A](implicit arg0: Equal[A]): DeriveEqual[[x](A, x)]

    Permalink

    The DeriveEqual instance for Tuple2.

  29. implicit def Tuple3DeriveEqual[A, B](implicit arg0: Equal[A], arg1: Equal[B]): DeriveEqual[[x](A, B, x)]

    Permalink

    The DeriveEqual instance for Tuple3.

  30. implicit def Tuple4DeriveEqual[A, B, C](implicit arg0: Equal[A], arg1: Equal[B], arg2: Equal[C]): DeriveEqual[[x](A, B, C, x)]

    Permalink

    The DeriveEqual instance for Tuple4.

  31. implicit def Tuple5DeriveEqual[A, B, C, D](implicit arg0: Equal[A], arg1: Equal[B], arg2: Equal[C], arg3: Equal[D]): DeriveEqual[[x](A, B, C, D, x)]

    Permalink

    The DeriveEqual instance for Tuple5.

  32. implicit def Tuple6DeriveEqual[A, B, C, D, E](implicit arg0: Equal[A], arg1: Equal[B], arg2: Equal[C], arg3: Equal[D], arg4: Equal[E]): DeriveEqual[[x](A, B, C, D, E, x)]

    Permalink

    The DeriveEqual instance for Tuple6.

  33. implicit def Tuple7DeriveEqual[A, B, C, D, E, F](implicit arg0: Equal[A], arg1: Equal[B], arg2: Equal[C], arg3: Equal[D], arg4: Equal[E], arg5: Equal[F]): DeriveEqual[[x](A, B, C, D, E, F, x)]

    Permalink

    The DeriveEqual instance for Tuple7.

  34. implicit def Tuple8DeriveEqual[A, B, C, D, E, F, G](implicit arg0: Equal[A], arg1: Equal[B], arg2: Equal[C], arg3: Equal[D], arg4: Equal[E], arg5: Equal[F], arg6: Equal[G]): DeriveEqual[[x](A, B, C, D, E, F, G, x)]

    Permalink

    The DeriveEqual instance for Tuple8.

  35. implicit def Tuple9DeriveEqual[A, B, C, D, E, F, G, H](implicit arg0: Equal[A], arg1: Equal[B], arg2: Equal[C], arg3: Equal[D], arg4: Equal[E], arg5: Equal[F], arg6: Equal[G], arg7: Equal[H]): DeriveEqual[[x](A, B, C, D, E, F, G, H, x)]

    Permalink

    The DeriveEqual instance for Tuple9.

  36. implicit val VectorDeriveEqual: DeriveEqual[Vector]

    Permalink

    The DeriveEqual instance for Vector.

  37. def apply[F[_], Typeclass[_]](implicit derive: Derive[F, Typeclass]): Derive[F, Typeclass]

    Permalink

    Summon an implicit Derive[F, Typeclass]

  38. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped