YapDatabaseFilteredViewConnection

@interface YapDatabaseFilteredViewConnection : YapDatabaseViewConnection

// Returns properly typed parent view instance
@property (nonatomic, strong, readonly) YapDatabaseFilteredView *filteredView;

@end

Undocumented