class documentation
class TypedState(Generic[
The result of .state().
| Method | upon |
.upon() |
| Class Variable | builder |
Undocumented |
| Class Variable | name |
Undocumented |
| Method | _produce |
Undocumented |
def upon(self, input:
Callable[ Concatenate[ InputProtocol, P], R]) -> UponFromNo[ InputProtocol, Core, P, R]:
(source)
¶
.upon()
def _produceOutputs(self, impl:
Callable[ ..., object], old: TypedDataState[ InputProtocol, Core, OtherData, OtherFactoryParams] | TypedState[ InputProtocol, Core], nodata: bool = False) -> Iterable[ SomeOutput]:
(source)
¶
Undocumented