Interface Processor.Iso<V>
- Type Parameters:
- V- the input and output type
- All Superinterfaces:
- Processor<V,,- V> - Publisher<V>,- Subscriber<V>
- All Known Subinterfaces:
- Processor.TransactionalIso<V>
A Processor that has the same type for inputs and outputs.
- Since:
- 4.0.0
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.spongepowered.configurate.reactive.ProcessorProcessor.Iso<V>, Processor.Transactional<I,O>, Processor.TransactionalIso<V> Nested classes/interfaces inherited from interface org.spongepowered.configurate.reactive.PublisherPublisher.Cached<V>
- 
Method SummaryMethods inherited from interface org.spongepowered.configurate.reactive.ProcessorcloseIfUnsubscribed, fallbackHandler, mapMethods inherited from interface org.spongepowered.configurate.reactive.Publishercache, cache, executor, hasSubscribers, subscribeMethods inherited from interface org.spongepowered.configurate.reactive.SubscriberonClose, onError, submit
- 
Method Details- 
injectDescription copied from interface:ProcessorSubmit an element of the observed type, bypassing any mapping this Processor may do. If the input type of this processor equals the output type, this is equivalent toSubscriber.submit(Object)
 
-