Package gnu.lists
Interface Consumable
-
- All Known Subinterfaces:
AVector<E>
,CharSeq
,GVector<E>
,IntSequence
,Sequence<E>
- All Known Implementing Classes:
AbstractCharVector
,ArgListPair
,ArgListVector
,BitVector
,Blob
,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
,LList
,LongVector
,Nodes
,Nodes.NodeVector
,NodeTree
,Pair
,PairWithPosition
,PrimIntegerVector
,Range
,Range.IntRange
,RAPair
,S16Vector
,S32Vector
,S64Vector
,S8Vector
,ShortVector
,SimpleVector
,SortedNodes
,SubSequence
,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 Description void
consume(Consumer out)
-
-
-
Method Detail
-
consume
void consume(Consumer out)
-
-