Interface IFormatter<T>
Canonical ABI formatter.
Assembly: WaaS.Core.dll
View Source
Declaration
public interface IFormatter<T>
Methods
PullAsync(Pullable)
View Source
Declaration
STask<T> PullAsync(Pullable adapter)
Returns
Parameters
| Type | Name | 
|---|---|
| WaaS.ComponentModel.Binding.Pullable | adapter | 
Push(T, ValuePusher)
View Source
Declaration
void Push(T value, ValuePusher pusher)
Parameters
| Type | Name | 
|---|---|
| <T> | value | 
| WaaS.ComponentModel.Runtime.ValuePusher | pusher |