JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
org.opencastproject.util.data
Interface Either.Match<A,
B,
X>
Enclosing class:
Either
<
A
,
B
>
public static interface
Either.Match<A,
B,
X>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
X
left
(
A
a)
X
right
(
B
b)
Method Details
left
X
left
(
A
a)
right
X
right
(
B
b)