Couchbase Lite
Objective-C API for iOS and Mac OS
CBLReplication+Transformation.h
Go to the documentation of this file.
1
//
2
// CBLReplication+Transformation.h
3
// CouchbaseLite
4
//
5
// Created by Jens Alfke on 3/14/14.
6
// Copyright (c) 2014 Couchbase, Inc. All rights reserved.
7
8
#import <CouchbaseLite/CouchbaseLite.h>
9
10
NS_ASSUME_NONNULL_BEGIN
11
14
typedef
NSDictionary* __nonnull (^
CBLPropertiesTransformationBlock
)(NSDictionary* doc);
15
16
17
@interface
CBLReplication (Transformation)
18
25
@property
(strong,
nullable
)
CBLPropertiesTransformationBlock
propertiesTransformationBlock;
26
27
@end
28
29
30
NS_ASSUME_NONNULL_END
CBLReplication(Transformation)
Definition:
CBLReplication+Transformation.h:17
NS_ASSUME_NONNULL_BEGIN
#define NS_ASSUME_NONNULL_BEGIN
Definition:
CBLBase.h:20
nullable
#define nullable
Definition:
CBLBase.h:22
CBLPropertiesTransformationBlock
NS_ASSUME_NONNULL_BEGIN typedef NSDictionary *__nonnull(^ CBLPropertiesTransformationBlock)(NSDictionary *doc)
A callback block for transforming revision bodies during replication.
NS_ASSUME_NONNULL_END
#define NS_ASSUME_NONNULL_END
Definition:
CBLBase.h:21
Source
API
CBLReplication+Transformation.h
Generated on Mon Oct 8 2018 13:46:12 for Couchbase Lite by
1.8.14