All Manuals > LispWorks® User Guide and Reference Manual > 33 The COMMON-LISP Package

interactive-stream-p Generic Function

Summary

A generic function that determines if an object is an interactive stream.

Package

common-lisp

Signature

interactive-stream-p stream => result

Arguments
stream
A stream.
Values
result
A generalized boolean.
Description

The generic function interactive-stream-p implements the standard function. There is a method with stream specialized on fundamental-stream that returns nil.

See also

interactive-stream-p in the Common Lisp HyperSpec
input-stream-p
output-stream-p


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:30