Package ch.psi.wica.services.channel
Class WicaChannelValuePassEverythingFilter
java.lang.Object
ch.psi.wica.services.channel.WicaChannelValuePassEverythingFilter
- All Implemented Interfaces:
WicaChannelValueFilter
@Immutable
class WicaChannelValuePassEverythingFilter
extends Object
implements WicaChannelValueFilter
A filter that returns an output list with all input values passed through
unchanged.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply
(List<WicaChannelValue> inputList) Transforms the values in the input apply to the output apply using some configurable filtering algorithm.toString()
-
Constructor Details
-
WicaChannelValuePassEverythingFilter
WicaChannelValuePassEverythingFilter()
-
-
Method Details
-
apply
Description copied from interface:WicaChannelValueFilter
Transforms the values in the input apply to the output apply using some configurable filtering algorithm.- Specified by:
apply
in interfaceWicaChannelValueFilter
- Parameters:
inputList
- the list of values to process.- Returns:
- the list of values that were produced from the processing step.
-
toString
-