case class Summary[A](value: A) extends PolygonalSummaryResult[A] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Summary
- Serializable
- Serializable
- Product
- Equals
- PolygonalSummaryResult
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Summary(value: A)
Value Members
-
def
toEither: Either[NoIntersection.type, A]
- Definition Classes
- Summary → PolygonalSummaryResult
-
def
toOption: Option[A]
- Definition Classes
- Summary → PolygonalSummaryResult
- val value: A