Classes
The following classes are available globally.
-
A construct to build if/else-if/else statements predicated on a Link containing bool
See moreDeclaration
Swift
public class If<E, P> where E : Error, P : AsyncBlockPerformer
-
A construct to build if/else-if/else statements predicated on a Link containing bool
See moreDeclaration
Swift
public class ElseContext<E, P> where E : Error, P : AsyncBlockPerformer
-
Undocumented
See moreDeclaration
Swift
public class AsyncTraceComponent : CustomStringConvertible, CustomDebugStringConvertible, Equatable
-
Super type of executable types.
Declaration
Swift
public class Executable<E> where E : Error
-
Undocumented
See moreDeclaration
Swift
@dynamicMemberLookup final public class Link<B, E, P> : Executable<E> where E : Error, P : AsyncBlockPerformer