public abstract static class Option.EMatch<A> extends Object implements Option.Match<A,Void>
| Constructor and Description |
|---|
EMatch() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
enone() |
protected abstract void |
esome(A a) |
Void |
none() |
Void |
some(A a) |
Copyright © 2009–2020 Opencast Project. All rights reserved.