Syntactic sugar for input.
Composes two instances of Function1 in a new Function1, with this function applied first.
Composes two instances of Function1 in a new Function1, with this function applied first.
the result type of function g
a function R => A
a new function f
such that f(x) == g(apply(x))
Syntactic sugar for output.
Attach a function to be evaluated at each communication event on this channel.
Attach a function to be evaluated at each communication event on this channel. Replace previous attached function.
Composes two instances of Function1 in a new Function1, with this function applied last.
Composes two instances of Function1 in a new Function1, with this function applied last.
the type to which function g
can be applied
a function A => T1
a new function f
such that f(x) == apply(g(x))
Creates an input guarded process.
Default log function.
Default log function.
Creates an input guarded process.
Blocking read.
Creates a String representation of this object.
Blocking write.
Name on which one can emit, receive or that can be emitted or received during a communication.