Class CustomLocalTransfer<T>

All Implemented Interfaces:
Box<T>, Consumer<T>, Supplier<T>

public abstract class CustomLocalTransfer<T> extends TypedTransfer<T> implements Box<T>
Custom implementation of a local transfer class. The "data" object will be this Transfer itself.