Open
Description
Look into what we need to do to handle
swift
func get() -> Int?
func take(_: Int?)
The exposed Java interface should be using Optional<T>
OR OptionalInt and its friends: OptionalDouble, OptionalLong
Look into what we need to do to handle
swift
func get() -> Int?
func take(_: Int?)
The exposed Java interface should be using Optional<T>
OR OptionalInt and its friends: OptionalDouble, OptionalLong