Next Prev Up Top Contents Index

interactive-stream-p

Function
Summary

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

Package

cl

Signature

interactive-stream-p stream -> bool

Arguments

stream

A stream.

Values

bool

A generalized boolean.

Description

The predicate interactive-stream-p is implemented as a generic function. The fundamental-stream class provides a default method that returns nil .

See also

input-stream-p
output-stream-p


LispWorks Reference Manual - 25 Jul 2003

Next Prev Up Top Contents Index