INothing

feral.lambda.INothing$package.INothing
object INothing

Attributes

Source
INothing.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
INothing.type

Members list

Implicits

Implicits

This can't actually be used.

This can't actually be used. It's here because IOLambda demands an Encoder for its result type, which should be Nothing when no output is desired. Userland code will return an Option[Nothing] which is only inhabited by None, and the encoder is only used when the userland code returns Some.

Attributes

Source
INothing.scala