Class Gizmo.JdkOptional.JdkOptionalInstance

    • Constructor Detail

      • JdkOptionalInstance

        JdkOptionalInstance​(ResultHandle instance)
    • Method Detail

      • isPresent

        public ResultHandle isPresent()
        Returns:
        the result handle
        See Also:
        Optional.isPresent()
      • isEmpty

        public ResultHandle isEmpty()
        Returns:
        the result handle
        See Also:
        Optional.isEmpty()
      • get

        public ResultHandle get()
        Returns:
        the result handle
        See Also:
        Optional.get()