- Type Parameters:
T - the maybe type parameter, the resulting type
- All Implemented Interfaces:
- Delegate<T,Maybe<T>>
public class FromJust<T>
extends Object
implements Delegate<T,Maybe<T>>
Unary Delegate transforming a just(T) to T.
- Author:
- dangelocola, rferranti