Docs
Reference
Tools
Plugin Exchange
Answers
News
About
Log In
Universal Plugin Manager - API
Package Index
|
Class Index
com.atlassian.upm.api.log
com.atlassian.upm.api.util
Classes
Either
<L, R>
Either.LeftProjection
<L, R>
Either.RightProjection
<L, R>
Option
<A>
Options
Pair
<A, B>
Package Index
|
Class Index
Summary:
Methods
|
Inherited Methods
|
[Expand All]
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
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
final void
wait
()
From interface
java.lang.Iterable
void
forEach
(Consumer<? super T> arg0)
Iterator
<T>
iterator
()
Spliterator<T>
spliterator
()
Public Methods
public L
get
()
public
Iterator
<L>
iterator
()
public
Option
<L>
toOption
()
Give us feedback
Was this documentation helpful?
Yes
Somewhat
No