Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
TypedAgent.type
Members list
Value members
Concrete methods
Create an agent that always succeeds with a constant value
Create an agent that always succeeds with a constant value
Attributes
Create an agent that always fails with a specific error
Create an agent that always fails with a specific error
Attributes
Create a simple functional agent from a function using Result.safely
Create a simple functional agent from a function using Result.safely
Attributes
Create an effectful agent from a Future-returning function
Create an effectful agent from a Future-returning function
Attributes
Create a functional agent from an unsafe function (auto-wrapped with Result.safely)
Create a functional agent from an unsafe function (auto-wrapped with Result.safely)
Attributes
Create an agent from an unsafe Future operation (auto-wrapped with error handling)
Create an agent from an unsafe Future operation (auto-wrapped with error handling)
Attributes
Create an agent that always fails with a simple error message
Create an agent that always fails with a simple error message