Package example

Class Example3

java.lang.Object
example.Example3

public class Example3 extends Object
The following code shows how to use Optional.isPresent:
if (v.isPresent()) {
    System.out.println("v: " + v.get());
}
  • Constructor Details

    • Example3

      public Example3()
      Constructor.