Skip to content

You're viewing documentation for a pre-release version. View the latest stable version

Type Method

buildPartialBlock(accumulated:next:)

iOS 26.0+ Mac Catalyst 26.0+ macOS 26.0+ tvOS 26.0+ visionOS 26.0+ watchOS 26.0+
Combine accumulated fragments with the next fragment using AndFragment.
static func buildPartialBlock<F1, F2>(accumulated: F1, next: F2) -> AndFragment<F1, SeparatorFragment<F2>> where F1 : LoggerFragment, F2 : LoggerFragment