object Flux extends FluxInstances
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Flux
- FluxInstances
- FluxInstances1
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type Accum[+F[_], +R, +A] = FluxRepr[F, [+β$0$]Either[R, β$0$], A]
- type Base = Any { type FluxOpaque }
- abstract type FluxRepr[+F[_], +G[_], +A] <: Base with FluxTag
- trait FluxTag extends Any
- implicit final class FluxValueExtract[F[_], G[_], A] extends AnyVal
- type Infinite[+F[_], A] = FluxRepr[F, Identity, A]
- type Stream[+F[_], +A] = FluxRepr[F, Option, A]
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
-
implicit
def
accumMonad[F[_], R](implicit arg0: Monad[F], arg1: Monoid[R]): Monad[[γ$5$]FluxRepr[F, [+β$0$]Either[R, β$0$], γ$5$]] with Alternative[[γ$6$]FluxRepr[F, [+β$0$]Either[R, β$0$], γ$6$]]
- Definition Classes
- FluxInstances
- def apply[F[_], G[_], A](tfa: F[G[(A, Flux[F, G, A])]]): FluxRepr[F, G, A]
-
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
fluxFunctor[F[_], G[_]](implicit arg0: Functor[F], arg1: Functor[G]): Functor[[γ$12$]FluxRepr[F, G, γ$12$]]
- Definition Classes
- FluxInstances1
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
implicit
def
infiniteApplicative[F[_]](implicit arg0: Applicative[F], arg1: Defer[F]): Applicative[[β$10$]FluxRepr[F, [+A]A, β$10$]]
- Definition Classes
- FluxInstances
-
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()
-
implicit
def
streamMonad[F[_]](implicit arg0: Monad[F]): Monad[[β$1$]FluxRepr[F, Option, β$1$]] with Alternative[[β$2$]FluxRepr[F, Option, β$2$]]
- Definition Classes
- FluxInstances
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- implicit final def toFluxOps[F[_], G[_], A](flux: Flux[F, G, A]): FluxOps[F, G, A]
- implicit final def toStreamOps[F[_], A](flux: Flux[F, Option, A]): FluxStreamOps[F, A]
-
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( ... )
- object Stream
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated