Most provides many means for creating streams, the simplest of which is the of
function. In this lesson, we demonstrate the use of of
to lift a single value into a stream. We also show off the just
alias of of
, as well as, a common method for currying a function.