java.lang.Object
net.chesstango.goyeneche.stream.UCIOutputStreamSwitch
- All Implemented Interfaces:
Consumer<UCICommand>,UCIOutputStream
- Author:
- Mauricio Coria
-
Constructor Summary
ConstructorsConstructorDescriptionUCIOutputStreamSwitch(Predicate<UCICommand> predicateCondition, Runnable execute) -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(UCICommand message) setOutputStream(UCIOutputStream output)
-
Constructor Details
-
UCIOutputStreamSwitch
-
-
Method Details
-
setOutputStream
-
accept
- Specified by:
acceptin interfaceConsumer<UCICommand>
-