Package
Class
Use
Tree
Deprecated
Index
All Classes
Help
Prev
Next
VTypes - Release 1
Uses of Class org.violetlib.types.NullableOptional
Deprecated: ShowHide

Uses of Class
org.violetlib.types.NullableOptional

    • Uses of NullableOptional in org.violetlib.types

      Methods in org.violetlib.types that return NullableOptional 
      Modifier and Type Method and Description
      static <T> NullableOptional<T>  NullableOptional.empty()
       
      static <T> NullableOptional<T>  NullableOptional.of(T value)