|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
Pipe<C,P>
A command pipe. |
| 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.lang.java |
|---|
| Classes in org.crsh.lang.java that implement Consumer | |
|---|---|
(package private) class |
CommandImpl.BaseInvoker
|
| Uses of Consumer in org.crsh.shell.impl.command |
|---|
| Classes in org.crsh.shell.impl.command that implement Consumer | |
|---|---|
(package private) class |
CRaSHProcessContext
|
class |
InvocationContextImpl<P>
|
| Uses of Consumer in org.crsh.shell.impl.command.pipeline |
|---|
| Classes in org.crsh.shell.impl.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.shell.impl.command.spi |
|---|
| Classes in org.crsh.shell.impl.command.spi that implement Consumer | |
|---|---|
class |
CommandInvoker<C,P>
A command invoker is a filter for a CommandContext kind of consumer. |
| Uses of Consumer in org.crsh.telnet.term.processor |
|---|
| Classes in org.crsh.telnet.term.processor that implement Consumer | |
|---|---|
class |
Processor
|
| Uses of Consumer in org.crsh.text |
|---|
| Classes in org.crsh.text that implement Consumer | |
|---|---|
class |
ChunkAdapter
A Consumer<Object> that renders the object stream to a ScreenContext. |
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 | |||||||||