JustShow

final case class JustShow(wrapped: Item) extends Item

An Item which wraps another Item but always returns Ok as result.

This can be used to render the wrapped Item but ignoring its status for the overall result.

trait Item
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Methods

override def result: Result
Definition Classes

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product