public static final class

Either.RightProjection

extends Object
implements Iterable<T>
java.lang.Object
   ↳ com.atlassian.upm.api.util.Either.RightProjection<L, R>

Summary

Public Constructors
RightProjection(Either<L, R> e)
Public Methods
R get()
Iterator<R> iterator()
Option<R> toOption()
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.lang.Iterable

Public Constructors

public RightProjection (Either<L, R> e)

Public Methods

public R get ()

public Iterator<R> iterator ()

public Option<R> toOption ()

Give us feedback

Was this documentation helpful?