We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
buildEither(component:)
RouterBuilder
1 parent ca4988f commit 3645145Copy full SHA for 3645145
.swiftpm/xcode/package.xcworkspace/xcuserdata/ijaewon.xcuserdatad/UserInterfaceState.xcuserstate
-1011 Bytes
Sources/APIRouter/RouterBuilder.swift
@@ -18,11 +18,11 @@ public struct RouterBuilder {
18
CombinedRouter(components)
19
}
20
21
- static func buildEither(first component: _RouterProtocol) -> _RouterProtocol {
+ public static func buildEither(first component: _RouterProtocol) -> _RouterProtocol {
22
CombinedRouter([component])
23
24
25
- static func buildEither(second component: _RouterProtocol) -> _RouterProtocol {
+ public static func buildEither(second component: _RouterProtocol) -> _RouterProtocol {
26
27
28
0 commit comments