Packages

trait SetParameter[-T] extends (T, PositionedParameters) => Unit

Basic conversions for setting parameters in PositionedParameters.

Self Type
SetParameter[T]
Source
SetParameter.scala
Linear Supertypes
(T, PositionedParameters) => Unit, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SetParameter
  2. Function2
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def apply(v1: T, v2: PositionedParameters): Unit
    Definition Classes
    Function2

Concrete Value Members

  1. def applied(value: T): SetParameter[Unit]
  2. def contramap[S](f: (S) => T): SetParameter[S]
  3. def curried: (T) => (PositionedParameters) => Unit
    Definition Classes
    Function2
    Annotations
    @unspecialized()
  4. def toString(): String
    Definition Classes
    Function2 → AnyRef → Any
  5. def tupled: ((T, PositionedParameters)) => Unit
    Definition Classes
    Function2
    Annotations
    @unspecialized()