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 -

asp.net mvc - Cannot display error message on Editor or EditorFor -

portaudio - How to enable WASAPI exclusive mode in pyaudio -