SignalFunction

class Object
trait Matchable
class Any

Value members

Concrete methods

inline
def apply[A, B](f: A => B): A => B
def arr[A, B](f: A => B): A => B

Equvilent to pure but for SignalFunctions

Equvilent to pure but for SignalFunctions

def flatLift[A, B](f: A => Signal[B]): A => B
def lift[A, B](f: A => B): A => B
def parallel[A, B, C](sa: A => B, sb: A => C): A => (B, C)

Extensions

Extensions

extension [A, B](sf: A => B)
def &&&[C](other: A => C): A => (B, C)
def >>>[C](other: B => C): A => C
def and[C](other: A => C): A => (B, C)
def andThen[C](other: B => C): A => C
def run: Signal[A] => Signal[B]