t

zio.flow

Syntax

trait Syntax extends AnyRef

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

Type Members

  1. implicit class ZFlowSyntax[R, E, A] extends AnyRef

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. implicit def RemoteBigDecimalCompanion(bigDecimal: BigDecimal.type): RemoteBigDecimalCompanionSyntax
  5. implicit def RemoteBoolean(remote: Remote[Boolean]): RemoteBooleanSyntax
  6. implicit def RemoteChar(remote: Remote[Char]): RemoteCharSyntax
  7. implicit def RemoteChronoUnit(remote: Remote[ChronoUnit]): RemoteChronoUnitSyntax
  8. implicit def RemoteChunk[A](remote: Remote[Chunk[A]]): RemoteChunkSyntax[A]
  9. implicit def RemoteChunkCompanion(chunk: Chunk.type): RemoteChunkCompanionSyntax
  10. implicit def RemoteDuration(remote: Remote[zio.Duration]): RemoteDurationSyntax
  11. implicit def RemoteDurationCompanion(duration: Duration.type): RemoteDurationCompanionSyntax
  12. implicit def RemoteEither[A, B](remote: Remote[Either[A, B]]): RemoteEitherSyntax[A, B]
  13. implicit def RemoteExecutingFlow[E, A](remote: Remote[ExecutingFlow[E, A]]): RemoteExecutingFlowSyntax[E, A]
  14. implicit def RemoteFractional[A](remote: Remote[A]): RemoteFractionalSyntax[A]
  15. implicit def RemoteInstant(remote: Remote[flow.Instant]): RemoteInstantSyntax
  16. implicit def RemoteInstantCompanion(instant: flow.Instant.type): RemoteInstantCompanionSyntax
  17. implicit def RemoteList[A](remote: Remote[List[A]]): RemoteListSyntax[A]
  18. implicit def RemoteListChar(remote: Remote[List[Char]]): RemoteListCharSyntax
  19. implicit def RemoteListCompanion(list: List.type): RemoteListCompanionSyntax
  20. implicit def RemoteMap[K, V](remote: Remote[Map[K, V]]): RemoteMapSyntax[K, V]
  21. implicit def RemoteNumeric[A](remote: Remote[A]): RemoteNumericSyntax[A]
  22. implicit def RemoteOffsetDateTime(remote: Remote[flow.OffsetDateTime]): RemoteOffsetDateTimeSyntax
  23. implicit def RemoteOffsetDateTimeCompanion(instant: flow.OffsetDateTime.type): RemoteOffsetDateTimeCompanionSyntax
  24. implicit def RemoteOption[A](remote: Remote[Option[A]]): RemoteOptionSyntax[A]
  25. implicit def RemoteRegex(remote: Remote[Regex]): RemoteRegexSyntax
  26. implicit def RemoteRelational[A](remote: Remote[A]): RemoteRelationalSyntax[A]
  27. implicit def RemoteSet[A](remote: Remote[Set[A]]): RemoteSetSyntax[A]
  28. implicit def RemoteString(remote: Remote[String]): RemoteStringSyntax
  29. implicit def RemoteVariable[A](remote: Remote[RemoteVariableReference[A]]): RemoteVariableReferenceSyntax[A]
  30. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  31. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  32. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  34. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  35. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  36. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  37. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  41. implicit def remoteStringInterpolator(ctx: StringContext): RemoteStringInterpolator
  42. implicit def remoteTuple10Syntax[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10](remote: Remote[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10)]): remote.RemoteTuples.RemoteTuple10.Syntax[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10]
  43. implicit def remoteTuple11Syntax[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11](remote: Remote[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)]): remote.RemoteTuples.RemoteTuple11.Syntax[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11]
  44. implicit def remoteTuple12Syntax[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12](remote: Remote[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12)]): remote.RemoteTuples.RemoteTuple12.Syntax[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12]
  45. implicit def remoteTuple13Syntax[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13](remote: Remote[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13)]): remote.RemoteTuples.RemoteTuple13.Syntax[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13]
  46. implicit def remoteTuple14Syntax[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14](remote: Remote[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14)]): remote.RemoteTuples.RemoteTuple14.Syntax[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14]
  47. implicit def remoteTuple15Syntax[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15](remote: Remote[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15)]): remote.RemoteTuples.RemoteTuple15.Syntax[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15]
  48. implicit def remoteTuple16Syntax[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16](remote: Remote[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16)]): remote.RemoteTuples.RemoteTuple16.Syntax[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16]
  49. implicit def remoteTuple17Syntax[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17](remote: Remote[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17)]): remote.RemoteTuples.RemoteTuple17.Syntax[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17]
  50. implicit def remoteTuple18Syntax[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18](remote: Remote[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18)]): remote.RemoteTuples.RemoteTuple18.Syntax[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18]
  51. implicit def remoteTuple19Syntax[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19](remote: Remote[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19)]): remote.RemoteTuples.RemoteTuple19.Syntax[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19]
  52. implicit def remoteTuple20Syntax[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20](remote: Remote[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20)]): remote.RemoteTuples.RemoteTuple20.Syntax[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20]
  53. implicit def remoteTuple21Syntax[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21](remote: Remote[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21)]): remote.RemoteTuples.RemoteTuple21.Syntax[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21]
  54. implicit def remoteTuple22Syntax[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22](remote: Remote[(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22)]): remote.RemoteTuples.RemoteTuple22.Syntax[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22]
  55. implicit def remoteTuple2Syntax[T1, T2](remote: Remote[(T1, T2)]): remote.RemoteTuples.RemoteTuple2.Syntax[T1, T2]
  56. implicit def remoteTuple3Syntax[T1, T2, T3](remote: Remote[(T1, T2, T3)]): remote.RemoteTuples.RemoteTuple3.Syntax[T1, T2, T3]
  57. implicit def remoteTuple4Syntax[T1, T2, T3, T4](remote: Remote[(T1, T2, T3, T4)]): remote.RemoteTuples.RemoteTuple4.Syntax[T1, T2, T3, T4]
  58. implicit def remoteTuple5Syntax[T1, T2, T3, T4, T5](remote: Remote[(T1, T2, T3, T4, T5)]): remote.RemoteTuples.RemoteTuple5.Syntax[T1, T2, T3, T4, T5]
  59. implicit def remoteTuple6Syntax[T1, T2, T3, T4, T5, T6](remote: Remote[(T1, T2, T3, T4, T5, T6)]): remote.RemoteTuples.RemoteTuple6.Syntax[T1, T2, T3, T4, T5, T6]
  60. implicit def remoteTuple7Syntax[T1, T2, T3, T4, T5, T6, T7](remote: Remote[(T1, T2, T3, T4, T5, T6, T7)]): remote.RemoteTuples.RemoteTuple7.Syntax[T1, T2, T3, T4, T5, T6, T7]
  61. implicit def remoteTuple8Syntax[T1, T2, T3, T4, T5, T6, T7, T8](remote: Remote[(T1, T2, T3, T4, T5, T6, T7, T8)]): remote.RemoteTuples.RemoteTuple8.Syntax[T1, T2, T3, T4, T5, T6, T7, T8]
  62. implicit def remoteTuple9Syntax[T1, T2, T3, T4, T5, T6, T7, T8, T9](remote: Remote[(T1, T2, T3, T4, T5, T6, T7, T8, T9)]): remote.RemoteTuples.RemoteTuple9.Syntax[T1, T2, T3, T4, T5, T6, T7, T8, T9]
  63. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  64. def toString(): String
    Definition Classes
    AnyRef → Any
  65. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  66. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  67. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped