transferum
Preparing search index...
PullableInterface
Interface PullableInterface<T>
Pullable contract — yields data via pull().
interface
PullableInterface
<
T
>
{
pull
()
:
T
|
undefined
;
}
Type Parameters
T
Hierarchy (
View Summary
)
PullableInterface
UniversalOutputInterface
PullableTransferInterface
Index
Methods
pull
Methods
pull
pull
()
:
T
|
undefined
Returns
T
|
undefined
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
pull
transferum
Loading...
Pullable contract — yields data via pull().