What does the triple question mark mean in scala? -


i can't seem find anywhere. example have method such

def somefunction(a: string): string ={        ??? } 

what triple question marks signify?

??? defined in predef , throws notimplementederror:

def ??? : nothing = throw new notimplementederror 

it has return type of nothing sub-type of every type , can therefore used in place of return value.


Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -