Skip to content

Instance Method

all(_:)

Returns the payloads of all jobs in the queue having type J.
func all<J>(_: J.Type) -> [J.Payload] where J : Job