Interface TtlCopier<T>

All Known Implementing Classes:
TransmittableThreadLocal
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface TtlCopier<T>
TtlCopier copies the value when Transmitter#capture(), use the copied value when Transmitter#replay(Object).
Since:
2.11.0
Author:
Jerry Lee (oldratlee at gmail dot com)
See Also: