Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
agent
v0.1.1
Agent
Error
Result
Submitted
Timeout
Update
Wait
Built with Crystal 1.9.2
2023-10-08 11:58:55 UTC
struct
Agent::Update(T)
Agent::Update(T)
Struct
Value
Object
Defined in:
agent.cr
Constructors
.new
(fn : T -> T)
Instance Method Summary
#clone
#copy_with
(fn _fn = @fn)
#fn
: T -> T
Constructor Detail
def self.
new
(fn : T -> T)
#
[
View source
]
Instance Method Detail
def
clone
#
[
View source
]
def
copy_with
(fn _fn = @fn)
#
[
View source
]
def
fn
: T -> T
#