Uses of Class
eu.bandm.tools.message.MessageMapper
Packages that use MessageMapper
Package
Description
Messages from an application to the user, and the building blocks
for a processing pipeline.
-
Uses of MessageMapper in eu.bandm.tools.message
Methods in eu.bandm.tools.message that return MessageMapperModifier and TypeMethodDescriptionprotected MessageMapper
<M, N> MessageMapper.setAllowPartialFunctions
(boolean b) Change whether the function may be partial and null results are ignored and not treated as error.protected MessageMapper
<M, N> MessageMapper.setFunction
(Function<? super M, ? extends N> fun) Change the function to apply to the incoming messages.