Interface TtyExecInputOutputErrorable<X,​O,​PO,​I,​PI,​T>

Type Parameters:
O - Where to write err and out to.
PO - Where to pipe err and out to
PI - Where to pipe input to
I - Where to read input from.
T - The return type.
X - The exec input.
T - The exec output.
All Superinterfaces:
Errorable<O,​PO,​TtyExecErrorChannelable<X,​O,​PO,​T>>, ErrorChannelable<O,​PO,​TtyExecable<X,​T>>, Execable<X,​T>, ExecListenable<X,​T>, Inputable<I,​PI,​TtyExecOutputErrorable<X,​O,​PO,​T>>, Listenable<Execable<X,​T>,​ExecListener>, Outputable<O,​PO,​TtyExecErrorable<X,​O,​PO,​T>>, Ttyable<ExecListenable<X,​T>>, TtyExecable<X,​T>, TtyExecErrorable<X,​O,​PO,​T>, TtyExecErrorChannelable<X,​O,​PO,​T>, TtyExecOutputErrorable<X,​O,​PO,​T>
All Known Subinterfaces:
ContainerResource<S,​W,​I,​PI,​O,​PO,​X,​T,​B,​IS,​UB>, PodResource<T,​D>
All Known Implementing Classes:
PodOperationsImpl

public interface TtyExecInputOutputErrorable<X,​O,​PO,​I,​PI,​T>
extends TtyExecOutputErrorable<X,​O,​PO,​T>, Inputable<I,​PI,​TtyExecOutputErrorable<X,​O,​PO,​T>>