CustomSource

object CustomSource
Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

final class Config

See docs for custom sources

See docs for custom sources

Companion
object
object Config
Companion
class

Types

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