Skip to content
This repository was archived by the owner on Oct 17, 2021. It is now read-only.

PassthroughPreprocessor

mattt edited this page Sep 18, 2020 · 2 revisions

PassthroughPreprocessor

DataPreprocessor that returns passed Data without any transform.

public struct PassthroughPreprocessor:​ DataPreprocessor

Inheritance

DataPreprocessor

Initializers

init()

public init()

Methods

preprocess(_:​)

public func preprocess(_ data:​ Data) throws -> Data
Types
Protocols
Global Typealiases
Clone this wiki locally