case class Result[O](source: String, output: Stream[IO, O], messages: Seq[String] = Nil) extends Product with Serializable
A result is really a fancy tuple of the input and output along with some result information.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Result
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All