TNGroupFactorBuckets
public enum TNGroupFactorBuckets : Hashable, EnumCodecable
Undocumented
-
Undocumented
Declaration
Swift
case timeOfDay(TNTimeOfDay) -
Undocumented
Declaration
Swift
case dayOfWeek(TNDayOfWeek) -
Undocumented
Declaration
Swift
case tripLength(TNTripLength) -
Undocumented
Declaration
Swift
case dayOfMonth(TNDayOfMonth) -
Declaration
Swift
public init(from decoder: Decoder) throws -
Undocumented
Declaration
Swift
public var description: String { get } -
Undocumented
Declaration
Swift
public static func fromString(_ value: String) throws -> TNGroupFactorBuckets