Packages

implicit class BothComposeOps[A, B, =>:[-_, +_]] extends AnyRef

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BothComposeOps
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new BothComposeOps(a2b: =>:[A, B])

Value Members

  1. def &&&[C, :*:[+_, +_]](implicit both: Aux[=>:, :*:]): (=>:[A, C]) => =>:[A, :*:[B, C]]

    A symbolic alias for toBoth.

    A symbolic alias for toBoth. Composes A -> B with A -> C to form A -> (B, C).

  2. def toBoth[C, :*:[+_, +_]](implicit both: Aux[=>:, :*:]): (=>:[A, C]) => =>:[A, :*:[B, C]]

    Composes A -> B with A -> C to form A -> (B, C).