Instance Method
prefixed(by:using:)
Return a
DatabaseInput wrapping self so as to apply a given prefix, according to a given KeyPrefixingStrategy, to each field key before processing.func prefixed(by prefix: FieldKey, using stratgey: KeyPrefixingStrategy) -> any DatabaseInput