public static final class

Either.LeftProjection

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

Summary

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

Public Methods

public L get ()

public Iterator<L> iterator ()

public Option<L> toOption ()

Give us feedback

Was this documentation helpful?