InOpt

final case class InOpt[A](of: In[A]) extends In[Option[A]]
Source:
ast.scala
trait Product
trait Equals
trait In[Option[A]]
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product