Class SingleMapperImpl<T,T0>

java.lang.Object
com.redis.om.spring.tuple.AbstractTupleMapper<T,Single<T0>>
com.redis.om.spring.tuple.impl.mapper.SingleMapperImpl<T,T0>
All Implemented Interfaces:
TupleMapper<T,Single<T0>>, Function<T,Single<T0>>

public final class SingleMapperImpl<T,T0> extends AbstractTupleMapper<T,Single<T0>>
  • Constructor Details

    • SingleMapperImpl

      public SingleMapperImpl(Function<T,T0> m0)
  • Method Details