Review_

object Review_
Companion:
class
class Object
trait Matchable
class Any
Review_.type

Value members

Concrete methods

final def apply[S, T, A, B](review: B => T): Review_[S, T, A, B]

create a polymorphic Review_ from a preview function

create a polymorphic Review_ from a preview function

final def id[S, T]: Review_[S, T, S, T]

polymorphic identity of a Review_

polymorphic identity of a Review_