Search:
Module try.core
module
try.core
Requires modules:
core
Used for consequentially executing a set of Function
s.
The functions are guaranteed to be called.
Even if an error occurs when calling a Function
, the next
function will be tried, disregarding the error.
Class Summary
Used for consequentially executing a set of
Function
s.
The functions are guaranteed to be called.
Even if an error occurs when calling a Function
, the next
Function
will be tried, disregarding the error.