Classes

The following classes are available globally.

  • If

    A construct to build if/else-if/else statements predicated on a Link containing bool

    See more

    Declaration

    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 more

    Declaration

    Swift

    public class ElseContext<E, P> where E : Error, P : AsyncBlockPerformer
  • Undocumented

    See more

    Declaration

    Swift

    public class AsyncTraceComponent : CustomStringConvertible, CustomDebugStringConvertible, Equatable
  • Super type of executable types.

    Declaration

    Swift

    public class Executable<E> where E : Error
  • Undocumented

    See more

    Declaration

    Swift

    @dynamicMemberLookup
    final public class Link<B, E, P> : Executable<E> where E : Error, P : AsyncBlockPerformer