Uses of Class
fj.control.parallel.Actor
Packages that use Actor
Package
Description
Types that set the premise for the existence of Functional Java.
Parallelization strategies.
-
Uses of Actor in fj
-
Uses of Actor in fj.control.parallel
Fields in fj.control.parallel declared as ActorFields in fj.control.parallel with type parameters of type ActorMethods in fj.control.parallel that return ActorModifier and TypeMethodDescriptionstatic <A> Actor
<A> Creates a new Actor that uses the given parallelization strategy and has the given side-effect.static <A> Actor
<A> Creates a new Actor that uses the given parallelization strategy and has the given side-effect.<A> Actor
<A> Creates a concurrent actor that is guaranteed to process only one message at a time.<B> Actor
<B> Contravariant functor pattern.<A> Actor
<A> Creates a very fast concurrent effect, as an actor that does not guarantee ordering of its messages.Actor.promise()
Transforms this actor to an actor on promises.static <T> Actor
<T> Actor.queueActor
(Strategy<Unit> s, Effect1<T> ea) An Actor equipped with a queue and which is guaranteed to process one message at a time.Methods in fj.control.parallel that return types with arguments of type ActorModifier and TypeMethodDescriptionParModule.actor()
A first-class constructor of actors.ParModule.effect()
A first-class constructor of concurrent effects, as actors that don't guarantee ordering of messages.Methods in fj.control.parallel with parameters of type ActorModifier and TypeMethodDescriptionvoid
Promises to send a value to the given actor in the future.Constructors in fj.control.parallel with parameters of type ActorModifierConstructorDescriptionprivate
Constructor parameters in fj.control.parallel with type arguments of type Actor