- Type Parameters:
LT - the right type
RT - the left type
- All Implemented Interfaces:
- Delegate<Either<LT,RT>,RT>
public class PureEither<LT,RT>
extends Object
implements Delegate<Either<LT,RT>,RT>
Pointed.pure() implementation of the Either<LT,RT> Bifunctor.
- Author:
- rferranti