Uses of Interface
gnu.lists.Consumer
-
Packages that use Consumer Package Description gnu.expr SupportsExpression, and various related classes need to compile programming languages.gnu.kawa.brl gnu.kawa.functions gnu.kawa.models gnu.kawa.sax gnu.kawa.servlet gnu.kawa.xml gnu.kawa.xslt gnu.lists Contains utility classes and interfaces for sequences (lists), arrays, and trees.gnu.mapping SupportsProcedure, and various related classes needed at run-time by dynamically typed languages (such as Scheme and ECMAScript).gnu.text Supports various utility classes for formatting, parsing, and manipulating text (strings).gnu.xml gnu.xquery.lang gnu.xquery.util kawa.lang -
-
Uses of Consumer in gnu.expr
Methods in gnu.expr that return Consumer Modifier and Type Method Description ConsumerLanguage. getOutputConsumer(Writer out)Methods in gnu.expr with parameters of type Consumer Modifier and Type Method Description voidLanguage. eval(Reader in, Consumer out)Read expressions from a Reader and write the result to a Consumer.voidLanguage. eval(String string, Consumer out)Evaluate a string and write the result value(s) to a Consumer.voidExpression. print(Consumer out)voidSpecial. print(Consumer out)static voidModuleBody. run(RunnableModule mod, Consumer out)voidModuleBody. run(Consumer out)static voidModuleBody. runCleanup(CallContext ctx, Throwable th, Consumer save) -
Uses of Consumer in gnu.kawa.brl
Methods in gnu.kawa.brl that return Consumer Modifier and Type Method Description ConsumerBRL. getOutputConsumer(Writer out) -
Uses of Consumer in gnu.kawa.functions
Methods in gnu.kawa.functions with parameters of type Consumer Modifier and Type Method Description static voidRunProcess. doit(ArgListVector args, Consumer consumer)static gnu.kawa.format.GenericFormat.TryFormatResultDisplayFormat. writeArray(Object value, gnu.kawa.format.AbstractFormat format, Consumer out)voidDisplayFormat. writeBoolean(boolean v, Consumer out)static gnu.kawa.format.GenericFormat.TryFormatResultDisplayFormat. writeBoolean(Object v, gnu.kawa.format.AbstractFormat f, Consumer out)static voidDisplayFormat. writeChar(int v, boolean readable, char language, Consumer out)static gnu.kawa.format.GenericFormat.TryFormatResultDisplayFormat. writeChar(Object v, gnu.kawa.format.AbstractFormat f, Consumer out)static gnu.kawa.format.GenericFormat.TryFormatResultDisplayFormat. writeCharSeq(Object value, gnu.kawa.format.AbstractFormat format, Consumer out)static gnu.kawa.format.GenericFormat.TryFormatResultDisplayFormat. writeEnum(Object value, gnu.kawa.format.AbstractFormat format, Consumer out)static gnu.kawa.format.GenericFormat.TryFormatResultDisplayFormat. writeJavaArray(Object value, gnu.kawa.format.AbstractFormat format, Consumer out)static gnu.kawa.format.GenericFormat.TryFormatResultDisplayFormat. writeKNode(Object value, gnu.kawa.format.AbstractFormat format, Consumer out)static gnu.kawa.format.GenericFormat.TryFormatResultDisplayFormat. writeList(Object list, gnu.kawa.format.AbstractFormat format, Consumer out)Format a list.voidDisplayFormat. writeObject(Object obj, Consumer out)static gnu.kawa.format.GenericFormat.TryFormatResultDisplayFormat. writeObjectDefault(Object obj, gnu.kawa.format.AbstractFormat format, Consumer out)static gnu.kawa.format.GenericFormat.TryFormatResultDisplayFormat. writePicture(Object value, gnu.kawa.format.AbstractFormat format, Consumer out)static gnu.kawa.format.GenericFormat.TryFormatResultDisplayFormat. writePrintableConsumable(Object value, gnu.kawa.format.AbstractFormat format, Consumer out)static gnu.kawa.format.GenericFormat.TryFormatResultDisplayFormat. writePromise(Object value, gnu.kawa.format.AbstractFormat format, Consumer out)static gnu.kawa.format.GenericFormat.TryFormatResultDisplayFormat. writeRange(Object value, gnu.kawa.format.AbstractFormat format, Consumer out)static gnu.kawa.format.GenericFormat.TryFormatResultDisplayFormat. writeRational(Object obj, gnu.kawa.format.AbstractFormat format, Consumer out)static gnu.kawa.format.GenericFormat.TryFormatResultDisplayFormat. writeSequence(Object value, gnu.kawa.format.AbstractFormat format, Consumer out)static gnu.kawa.format.GenericFormat.TryFormatResultDisplayFormat. writeSymbol(Object value, gnu.kawa.format.AbstractFormat format, Consumer out)static gnu.kawa.format.GenericFormat.TryFormatResultDisplayFormat. writeURI(Object value, gnu.kawa.format.AbstractFormat format, Consumer out)static gnu.kawa.format.GenericFormat.TryFormatResultDisplayFormat. writeValues(Object value, gnu.kawa.format.AbstractFormat format, Consumer out) -
Uses of Consumer in gnu.kawa.models
Methods in gnu.kawa.models with parameters of type Consumer Modifier and Type Method Description static voidSVGUtils. toSVG(Picture p, Consumer out)static voidPictureToSvg. writeAttribute(String name, double value, Consumer out)static voidPictureToSvg. writeAttribute(String name, String value, Consumer out)static voidPictureToSvg. writeDrawSimple(Shape shape, Consumer out)static voidPictureToSvg. writeFillSimple(Shape shape, Consumer out)static voidPictureToSvg. writeShapeStart(Shape shape, Consumer out)static voidPictureToSvg. writeSVGElementStart(Rectangle2D bounds, Consumer out)Constructors in gnu.kawa.models with parameters of type Consumer Constructor Description PictureToSvg(Consumer out) -
Uses of Consumer in gnu.kawa.sax
Classes in gnu.kawa.sax that implement Consumer Modifier and Type Class Description classContentConsumerForward Consumer events to a SAX2 ContentHandler.classKawaXMLReaderAn implementation of SAX2 XMLReader. -
Uses of Consumer in gnu.kawa.servlet
Classes in gnu.kawa.servlet that implement Consumer Modifier and Type Class Description classServletPrinterA Consumer that sends output to an http-server's response stream. -
Uses of Consumer in gnu.kawa.xml
Classes in gnu.kawa.xml that implement Consumer Modifier and Type Class Description classHttpPrinterOutput as an Http response.classNodesManages a sequence of node references.classSortedNodesManages a sequence of node references in document order without duplicates.Methods in gnu.kawa.xml that return Consumer Modifier and Type Method Description ConsumerNodes. append(char c)ConsumerNodes. append(CharSequence csq)ConsumerNodes. append(CharSequence csq, int start, int end)Methods in gnu.kawa.xml with parameters of type Consumer Modifier and Type Method Description static voidAttributes. attributes(TreeList tlist, int index, Consumer consumer)static voidAttributes. attributes(Object node, Consumer consumer)static voidChildren. children(TreeList tlist, int index, Consumer consumer)static voidChildren. children(Object node, Consumer consumer)voidKNode. consume(Consumer out)voidNodes. consumePosRange(int iposStart, int iposEnd, Consumer out)voidNodes.NodeVector. consumePosRange(int iposStart, int iposEnd, Consumer out)static voidMakeElement. endElement(Consumer out, Object type)static voidDocument. parse(Object name, Consumer out)static voidNodeConstructor. popNodeConsumer(Consumer saved, Consumer current)static voidNodeConstructor. popNodeContext(Consumer saved, CallContext ctx)voidXDataType. print(Object value, Consumer out)static voidMakeProcInst. procInst$C(Object target, Object content, Consumer out)static XMLFilterNodeConstructor. pushNodeConsumer(Consumer out)static voidMakeAttribute. startAttribute(Consumer out, Symbol type)static voidMakeElement. startElement(Consumer out, Symbol qname, int copyNamespacesMode)static voidMakeElement. startElement(Consumer out, Symbol qname, int copyNamespacesMode, NamespaceBinding namespaceNodes)static voidNodeConstructor. writeContent(Object arg, Consumer out)protected static voidNodeConstructor. writeContent1(Object arg, Consumer out)static voidNodeConstructor. writeContentS(Object arg, Consumer out) -
Uses of Consumer in gnu.kawa.xslt
Classes in gnu.kawa.xslt that implement Consumer Modifier and Type Class Description classXslTranslatorTranslate an XSLT stylesheet to a Kawa Expression tree.Methods in gnu.kawa.xslt that return Consumer Modifier and Type Method Description ConsumerXslTranslator. append(char v)ConsumerXslTranslator. append(CharSequence csq)ConsumerXslTranslator. append(CharSequence csq, int start, int end)Methods in gnu.kawa.xslt with parameters of type Consumer Modifier and Type Method Description static voidApplyTemplates. applyTemplates$C(String select, Symbol mode, Consumer out) -
Uses of Consumer in gnu.lists
Subinterfaces of Consumer in gnu.lists Modifier and Type Interface Description interfaceXConsumerA Consumer extended with XML-specific methods.Classes in gnu.lists that implement Consumer Modifier and Type Class Description classFilterConsumerA Consumer that wraps some other Consumer.classPrintConsumerA Consumer that extends a PrintWriter.classTreeListA compact representation of a tree, that is a nested list structure.classVoidConsumerA Consumer that does nothing.Fields in gnu.lists declared as Consumer Modifier and Type Field Description protected ConsumerFilterConsumer. baseprotected ConsumerPrintConsumer. baseprotected ConsumerConsumerWriter. outMethods in gnu.lists that return Consumer Modifier and Type Method Description ConsumerConsumer. append(char c)ConsumerConsumer. append(CharSequence csq)ConsumerConsumer. append(CharSequence csq, int start, int end)ConsumerFilterConsumer. append(char c)ConsumerFilterConsumer. append(CharSequence csq)ConsumerFilterConsumer. append(CharSequence csq, int start, int end)ConsumerTreeList. append(char c)ConsumerTreeList. append(CharSequence csq)ConsumerTreeList. append(CharSequence csq, int start, int end)Methods in gnu.lists with parameters of type Consumer Modifier and Type Method Description voidAbstractSequence. consume(int fromIndex, int toIndex, Consumer out)voidAbstractSequence. consume(Consumer out)voidConsumable. consume(Consumer out)voidFVector. consume(Consumer out)voidIString. consume(Consumer out)voidLList. consume(Consumer out)voidTreeList. consume(Consumer out)intTreeList. consumeIRange(int startPosition, int endPosition, Consumer out)booleanAbstractSequence. consumeNext(int ipos, Consumer out)Copy an element specified by a position pair to a Consumer.booleanTreeList. consumeNext(int ipos, Consumer out)voidAbstractSequence. consumePosRange(int iposStart, int iposEnd, Consumer out)voidBitVector. consumePosRange(int iposStart, int iposEnd, Consumer out)voidF32Vector. consumePosRange(int iposStart, int iposEnd, Consumer out)voidF64Vector. consumePosRange(int iposStart, int iposEnd, Consumer out)voidFString. consumePosRange(int iposStart, int iposEnd, Consumer out)voidFVector. consumePosRange(int iposStart, int iposEnd, Consumer out)voidPrimIntegerVector. consumePosRange(int iposStart, int iposEnd, Consumer out)voidS64Vector. consumePosRange(int iposStart, int iposEnd, Consumer out)voidStableManager. consumePosRange(int iposStart, int iposEnd, Consumer out)voidTreeList. consumePosRange(int startPos, int endPos, Consumer out)voidU32Vector. consumePosRange(int iposStart, int iposEnd, Consumer out)voidU64Vector. consumePosRange(int iposStart, int iposEnd, Consumer out)static voidPrintConsumer. endLogicalBlock(String suffix, Consumer out)static VoidConsumerVoidConsumer. make(Consumer old)static voidPrintConsumer. startLogicalBlock(String prefix, boolean perLine, String suffix, Consumer out)static voidPrintConsumer. writeBreakFill(Consumer out)static voidPrintConsumer. writeSpaceFill(Consumer out)static voidSequences. writeUInt(int value, Consumer out)static voidSequences. writeULong(long value, Consumer out)Constructors in gnu.lists with parameters of type Consumer Constructor Description ConsumerWriter(Consumer out)FilterConsumer(Consumer base)PrintConsumer(Consumer out, boolean autoFlush)VoidConsumer(Consumer out) -
Uses of Consumer in gnu.mapping
Classes in gnu.mapping that implement Consumer Modifier and Type Class Description static classValues.FromTreeListAn implementation of Values that uses a TreeList.Fields in gnu.mapping declared as Consumer Modifier and Type Field Description ConsumerCallContext. consumerFunction results are written to this Consumer.Methods in gnu.mapping that return Consumer Modifier and Type Method Description ConsumerValues.FromTreeList. append(char c)ConsumerValues.FromTreeList. append(CharSequence csq)ConsumerValues.FromTreeList. append(CharSequence csq, int start, int end)Methods in gnu.mapping with parameters of type Consumer Modifier and Type Method Description voidValues.FromTreeList. consume(Consumer out)booleanValues.FromTreeList. consumeNext(int ipos, Consumer out)voidValues.FromTreeList. consumePosRange(int startPos, int endPos, Consumer out)voidPromise. print(Consumer out)voidValues. print(Consumer out)voidCallContext. runUntilValue(Consumer out)Run until no more continuations, sending result to a COnsumer.static voidValues. writeValues(Object value, Consumer out) -
Uses of Consumer in gnu.text
Methods in gnu.text with parameters of type Consumer Modifier and Type Method Description voidChar. print(Consumer out) -
Uses of Consumer in gnu.xml
Classes in gnu.xml that implement Consumer Modifier and Type Class Description classNamedChildrenFilterA FilterConsumer that only passes through matching children.classNodeTreeUse to represent a Document or Document Fragment, in the XML DOM sense.classXMLFilterFixup XML input events.classXMLPrinterPrint an event stream in XML format on a PrintWriter.Fields in gnu.xml declared as Consumer Modifier and Type Field Description ConsumerXMLFilter. outThe specified target Consumer that accepts the output.Methods in gnu.xml with parameters of type Consumer Modifier and Type Method Description static NamedChildrenFilterNamedChildrenFilter. make(String namespaceURI, String localName, Consumer out)static XMLPrinterXMLPrinter. make(Consumer out, Object style)static voidXMLParser. parse(gnu.kawa.io.InPort in, SourceMessages messages, Consumer out)static voidXMLParser. parse(InputStream strm, Object uri, SourceMessages messages, Consumer out)static voidXMLParser. parse(Object uri, SourceMessages messages, Consumer out)static voidTextUtils. textValue(Object arg, Consumer out)Constructors in gnu.xml with parameters of type Consumer Constructor Description NamedChildrenFilter(String namespaceURI, String localName, Consumer out)XMLFilter(Consumer out)XMLPrinter(Consumer out) -
Uses of Consumer in gnu.xquery.lang
Methods in gnu.xquery.lang that return Consumer Modifier and Type Method Description ConsumerXQuery. getOutputConsumer(Writer out)Methods in gnu.xquery.lang with parameters of type Consumer Modifier and Type Method Description voidXQuery. applyWithFocus(Procedure proc, Object item, int position, int size, Consumer out)Call a procedure with a given focus (context).voidXQuery. applyWithFocus(Procedure proc, Object values, Consumer out)Call a procedure with each item in a sequence as the context item.voidXQuery. evalWithFocus(Reader in, SourceMessages messages, Object item, int position, int size, Consumer out)Evaluate an expression with a given focus (context).voidXQuery. evalWithFocus(Reader in, SourceMessages messages, Object values, Consumer out)Evaluate an expression with each item in a sequence as the context item. -
Uses of Consumer in gnu.xquery.util
Classes in gnu.xquery.util that implement Consumer Modifier and Type Class Description classOrderedTuplesHelper class used in conjunction withOrderedMap.classRelativeStepFilterUsed to filter the output of RelativeStep.Methods in gnu.xquery.util with parameters of type Consumer Modifier and Type Method Description static voidIntegerRange. integerRange(IntNum first, IntNum last, Consumer out)static voidNodeUtils. prefixesFromNodetype(XName name, Consumer out)static voidSequenceUtils. subList$C(Object seq, double start, double end, Consumer out)Constructors in gnu.xquery.util with parameters of type Consumer Constructor Description RelativeStepFilter(Consumer base) -
Uses of Consumer in kawa.lang
Methods in kawa.lang with parameters of type Consumer Modifier and Type Method Description voidAnyPat. print(Consumer out)voidEqualPat. print(Consumer out)voidLambda. print(Consumer out)voidListPat. print(Consumer out)voidListRepeatPat. print(Consumer out)voidMacro. print(Consumer out)voidPairPat. print(Consumer out)voidPattern. print(Consumer out)voidSyntax. print(Consumer out)voidSyntaxRules. print(Consumer out)voidVarListPat. print(Consumer out)
-