|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Consumer | |
|---|---|
| org.crsh.command | |
| org.crsh.command.pipeline | |
| org.crsh.io | |
| org.crsh.lang.groovy.closure | |
| org.crsh.processor.term | |
| org.crsh.shell.impl.command | |
| org.crsh.text | |
| Uses of Consumer in org.crsh.command |
|---|
| Subinterfaces of Consumer in org.crsh.command | |
|---|---|
interface |
CommandContext<P>
The command context provides the services for invoking a command. |
interface |
InvocationContext<P>
|
| Classes in org.crsh.command that implement Consumer | |
|---|---|
class |
CommandInvoker<C,P>
A command invoker is a filter for a CommandContext kind of consumer. |
class |
InvocationContextImpl<P>
|
| Uses of Consumer in org.crsh.command.pipeline |
|---|
| Classes in org.crsh.command.pipeline that implement Consumer | |
|---|---|
class |
AbstractPipe<C,P,CONS extends CommandContext<? super P>>
|
class |
ConvertingPipe<C,P,CONS extends CommandContext<? super P>>
|
class |
PipeLine
|
(package private) class |
PipeLineElement<C,P>
|
class |
ToChunkPipe<C,CONS extends CommandContext<? super Chunk>>
|
| Uses of Consumer in org.crsh.io |
|---|
| Classes in org.crsh.io with type parameters of type Consumer | |
|---|---|
interface |
Filter<C,P,CONS extends Consumer<? super P>>
A filter is the combination of a producer and a consumer. |
interface |
Producer<P,C extends Consumer<? super P>>
A producer that produces elements in a specific consumer. |
| Subinterfaces of Consumer in org.crsh.io | |
|---|---|
interface |
Filter<C,P,CONS extends Consumer<? super P>>
A filter is the combination of a producer and a consumer. |
| Uses of Consumer in org.crsh.lang.groovy.closure |
|---|
| Classes in org.crsh.lang.groovy.closure that implement Consumer | |
|---|---|
class |
ClosureInvoker
|
(package private) class |
PipeLineInvocationContext
|
| Uses of Consumer in org.crsh.processor.term |
|---|
| Classes in org.crsh.processor.term that implement Consumer | |
|---|---|
class |
Processor
|
| Uses of Consumer in org.crsh.shell.impl.command |
|---|
| Classes in org.crsh.shell.impl.command that implement Consumer | |
|---|---|
(package private) class |
CRaSHProcessContext
|
| Uses of Consumer in org.crsh.text |
|---|
| Classes in org.crsh.text that implement Consumer | |
|---|---|
class |
ChunkBuffer
|
| Fields in org.crsh.text declared as Consumer | |
|---|---|
private Consumer<Chunk> |
ChunkBuffer.out
Where we flush. |
| Constructors in org.crsh.text with parameters of type Consumer | |
|---|---|
ChunkBuffer(Consumer<Chunk> out)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||