CollectionStatergy

public enum CollectionStatergy

Statergy enumeration for how data elements should be gathered

  • collect as many as possible

    Declaration

    Swift

    case possessive
  • collect as few as possible

    Declaration

    Swift

    case altruistic