- Type Parameters:
R - the resulting box type parameterT - the source box type parameter
- All Implemented Interfaces:
- Delegate<Box<R>,Box<T>>
public class FmapBox<R,T>
extends Object
implements Delegate<Box<R>,Box<T>>
Performs fmap on a Box<T>.
- Author:
- rferranti