Lines Matching refs:R

113 public func Function<R>(
115 @_implicitSelfCapture _ closure: @escaping () throws -> R
116 ) -> SyncFunctionComponent<(), Void, R> {
128 public func Function<R, A0: AnyArgument>(
130 @_implicitSelfCapture _ closure: @escaping (A0) throws -> R
131 ) -> SyncFunctionComponent<(A0), A0, R> {
143 public func Function<R, A0: AnyArgument, A1: AnyArgument>(
145 @_implicitSelfCapture _ closure: @escaping (A0, A1) throws -> R
146 ) -> SyncFunctionComponent<(A0, A1), A0, R> {
158 public func Function<R, A0: AnyArgument, A1: AnyArgument, A2: AnyArgument>(
160 @_implicitSelfCapture _ closure: @escaping (A0, A1, A2) throws -> R
161 ) -> SyncFunctionComponent<(A0, A1, A2), A0, R> {
177 public func Function<R, A0: AnyArgument, A1: AnyArgument, A2: AnyArgument, A3: AnyArgument>(
179 @_implicitSelfCapture _ closure: @escaping (A0, A1, A2, A3) throws -> R
180 ) -> SyncFunctionComponent<(A0, A1, A2, A3), A0, R> {
197 public func Function<R, A0: AnyArgument, A1: AnyArgument, A2: AnyArgument, A3: AnyArgument, A4: Any…
199 @_implicitSelfCapture _ closure: @escaping (A0, A1, A2, A3, A4) throws -> R
200 ) -> SyncFunctionComponent<(A0, A1, A2, A3, A4), A0, R> {
218 public func Function<R, A0: AnyArgument, A1: AnyArgument, A2: AnyArgument, A3: AnyArgument, A4: Any…
220 @_implicitSelfCapture _ closure: @escaping (A0, A1, A2, A3, A4, A5) throws -> R
221 ) -> SyncFunctionComponent<(A0, A1, A2, A3, A4, A5), A0, R> {
240 public func Function<R, A0: AnyArgument, A1: AnyArgument, A2: AnyArgument, A3: AnyArgument, A4: Any…
242 @_implicitSelfCapture _ closure: @escaping (A0, A1, A2, A3, A4, A5, A6) throws -> R
243 ) -> SyncFunctionComponent<(A0, A1, A2, A3, A4, A5, A6), A0, R> {
263 public func Function<R, A0: AnyArgument, A1: AnyArgument, A2: AnyArgument, A3: AnyArgument, A4: Any…
265 @_implicitSelfCapture _ closure: @escaping (A0, A1, A2, A3, A4, A5, A6, A7) throws -> R
266 ) -> SyncFunctionComponent<(A0, A1, A2, A3, A4, A5, A6, A7), A0, R> {