public class AboutOptional extends Object
| Constructor and Description |
|---|
AboutOptional() |
| Modifier and Type | Method and Description |
|---|---|
void |
ifPresentLambda() |
void |
isPresent() |
Optional<String> |
notPresent() |
public AboutOptional()
public void isPresent()
public void ifPresentLambda()
public Optional<String> notPresent()
Copyright © 2016 Portland State University. All rights reserved.