Function toFulfilment takes an array or iterable of any values T and returns a SettledRight<T>[].
toFulfilment
T
SettledRight<T>[]
an array of SettledRight<T>.
SettledRight<T>
an array or iterable of any values T
Generated using TypeDoc v0.23.24
Function
toFulfilment
takes an array or iterable of any valuesT
and returns aSettledRight<T>[]
.Returns
an array of
SettledRight<T>
.