Interface ITransformElement<Take, As, TransformLog>
Methods
asIndependantSystem
- asIndependantSystem(): null | As
Returns null | As
asTuple
- asTuple(): null | ReturnType<As["asTuple"]>
Returns null | ReturnType<As["asTuple"]>
bind
- bind(system): void
Parameters
system: ReturnType<Take["asTuple"]>
Returns void
getTransFormLog
- getTransFormLog(): null | TransformLog
Returns null | TransformLog
interpretConfigration
- interpretConfigration(real): null | Exclude<ReturnType<Take["getConfiguration"]>, null>
Parameters
real: null | Exclude<ReturnType<As["getConfiguration"]>, null>
Returns null | Exclude<ReturnType<Take["getConfiguration"]>, null>