AI - abstract input symbol type.AO - abstract output symbol type.CI - concrete input symbol type.CO - concrete output symbol type.public static interface Mapper.SynchronousMapper<AI,AO,CI,CO> extends Mapper<AI,AO,CI,CO>
Mapper.mapInput(Object) the next call on this object
will be Mapper.mapOutput(Object) which is passed the immediate answer to the previously mapped input.Mapper.AsynchronousMapperCopyright © 2018. All rights reserved.