Packages

object Lookup extends AbstractFunction4[String, String, String, String, Lookup] with Serializable

Linear Supertypes
Serializable, AbstractFunction4[String, String, String, String, Lookup], (String, String, String, String) => Lookup, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Lookup
  2. Serializable
  3. AbstractFunction4
  4. Function4
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(from: String, localField: String, foreignField: String, as: String): Lookup
    Definition Classes
    Lookup → Function4
  2. def curried: (String) => (String) => (String) => (String) => Lookup
    Definition Classes
    Function4
    Annotations
    @unspecialized()
  3. def toString(): String
    Definition Classes
    Function4 → AnyRef → Any
  4. def tupled: ((String, String, String, String)) => Lookup
    Definition Classes
    Function4
    Annotations
    @unspecialized()

Deprecated Value Members

  1. def unapply(res: Lookup): Option[(String, String, String, String)]
    Annotations
    @deprecated
    Deprecated

    (Since version 0.20.3) No longer a case class