IsSubtypeOfOutput

@implicitNotFound("\nThis operator requires that the output type be a subtype of ${B}\nBut the actual type was ${A}.")
sealed abstract class IsSubtypeOfOutput[-A, +B] extends A => B with Serializable
Companion:
object
trait A => B
class Object
trait Matchable
class Any

Value members

Inherited methods

def andThen[A](g: B => A): A => A
Inherited from:
Function1
def apply(v1: A): B
Inherited from:
Function1
def compose[A](g: A => A): A => B
Inherited from:
Function1
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from:
Function1