CustomSource

com.raquo.airstream.custom.CustomSource
See theCustomSource companion trait
object CustomSource

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final class Config

See docs for custom sources

See docs for custom sources

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Self type
object Config

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Config.type

Types

type FireError = Throwable => Unit
type FireValue[A] = A => Unit
type GetCurrentValue[A] = () => Try[A]
type GetIsStarted = () => Boolean
type GetStartIndex = () => StartIndex
type SetCurrentValue[A] = Try[A] => Unit
type StartIndex = Int