(annotations: Annotations.GenericSchema<A>)
| 124 | [TypeId] = variance |
| 125 | static ast = ast |
| 126 | static annotations(annotations: Annotations.GenericSchema<A>) { |
| 127 | return make<A, I, R>(mergeSchemaAnnotations(this.ast, annotations)) |
| 128 | } |
| 129 | static pipe() { |
| 130 | return pipeArguments(this, arguments) |
| 131 | } |
nothing calls this directly
no test coverage detected