io.streams.tee vocabulary
Factor handbook ยป Vocabulary index


Summary

Metadata
Authors:John Benediktsson


Words

Tuple classes
ClassSuperclassSlots
tee-stream tuplein out


Ordinary words
WordStack effect
<tee-stream>( in out -- tee-stream )
tee-to-file-appender( path encoding -- )
tee-to-file-writer( path encoding -- )
tee-to-stderr( -- )
tee-to-stdout( -- )
with-tee-stream( input output quot -- )


Class predicate words
WordStack effect
tee-stream?( object -- ? )


Files


Metadata files


Children
VocabularySummary
io.streams.tee.private