object Step
- Source
- Step.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Step
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
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 argument[F[_], A](arg: Arg[A]): Step[F, Any, A]
- implicit def arrowChoiceForStep[F[_]]: ArrowChoice[[β$0$, γ$1$]Step[F, β$0$, γ$1$]]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def batch[F[_], K, V](f: (Set[K]) => F[Map[K, V]]): State[SchemaState[F], Step[F, Set[K], Map[K, V]]]
- def choose[F[_], A, B, C, D](fac: Step[F, A, C], fab: Step[F, B, D]): Step[F, Either[A, B], Either[C, D]]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def compose[F[_], I, A, O](left: Step[F, I, A], right: Step[F, A, O]): Step[F, I, O]
- def embedEffect[F[_], I]: Step[F, F[I], I]
- def embedError[F[_], I]: Step[F, Ior[String, I], I]
- def embedStream[F[_], I, O]: Step[F, Stream[F, I], I]
- def embedStreamFull[F[_], I, O](signal: Boolean): Step[F, Stream[F, I], I]
- 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])
- def first[F[_], A, B, C](step: Step[F, A, B]): Step[F, (A, C), (B, C)]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getMeta[F[_]]: Step[F, Any, FieldMeta[F]]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def inlineBatch[F[_], K, V](f: (Set[K]) => F[Map[K, V]]): Step[F, Set[K], Map[K, V]]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lift[F[_], I, O](f: (I) => O): Step[F, I, O]
- 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()
- 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()
- object Alg