JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
gnu.lists
Interface Consumable
All Known Subinterfaces:
AVector
<E>,
CharSeq
,
GVector
<E>,
IntSequence
,
Sequence
<E>
All Known Implementing Classes:
AbstractCharVector
,
ArgListPair
,
ArgListVector
,
BitVector
,
Blob
,
Buffer
,
BufferContent
,
ByteVector
,
CharBuffer
,
CharVector
,
ComposedArray.AsSequence
,
EmptyList
,
F32Vector
,
F64Vector
,
FlattenedArray
,
FString
,
FVector
,
GeneralArray1
,
ImmutablePair
,
IndirectIndexedSeq
,
IntVector
,
IString
,
IString.SubString
,
KAttr
,
KCDATASection
,
KCharacterData
,
KComment
,
KDocument
,
KElement
,
KNode
,
KProcessingInstruction
,
KText
,
LineOffsets
,
LList
,
LongVector
,
Nodes
,
Nodes.NodeVector
,
NodeTree
,
Pair
,
PairWithPosition
,
PrimIntegerVector
,
Range
,
Range.IntRange
,
RAPair
,
S16Vector
,
S32Vector
,
S64Vector
,
S8Vector
,
ShortVector
,
SimpleVector
,
SortedNodes
,
SubSequence
,
SwingBuffer
,
SwtBuffer
,
SwtCharBuffer
,
SyntaxForms.PairSyntaxForm
,
SyntaxForms.PairWithPositionSyntaxForm
,
Translator.FormStack
,
Translator.ValuesFromLList
,
TreeList
,
U16Vector
,
U32Vector
,
U64Vector
,
U8Vector
,
Values
,
Values.FromArray
,
Values.FromList
,
Values.FromTreeList
,
Values.Values2
public interface
Consumable
An object that can send its contents to a Consumer.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
consume
(
Consumer
out)
Method Detail
consume
void consume(
Consumer
out)
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method