Trait/Object

io.fsq.rogue.lift

LiftRogue

Related Docs: object LiftRogue | package lift

Permalink

trait LiftRogue extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LiftRogue
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class BsonRecordIsBSONType[T <: BsonRecord[T]] extends BSONType[T]

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. implicit def BsonRecordIsBSONType[T <: BsonRecord[T]]: BSONType[T]

    Permalink
  5. def OrQuery[M <: MongoRecord[M], R](subqueries: Query[M, R, _]*): Query[M, R, Unordered with Unselected with Unlimited with Unskipped with HasOrClause]

    Permalink
  6. object _BsonRecordIsBSONType extends BsonRecordIsBSONType[Nothing]

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. implicit def bsonRecordFieldToBsonRecordModifyField[M <: BsonRecord[M], B <: BsonRecord[B]](f: BsonRecordField[M, B]): BsonRecordModifyField[M, B]

    Permalink
  9. implicit def bsonRecordFieldToBsonRecordQueryField[M <: BsonRecord[M], B <: BsonRecord[B]](f: BsonRecordField[M, B]): BsonRecordQueryField[M, B]

    Permalink
  10. implicit def bsonRecordListFieldToBsonRecordListModifyField[M <: BsonRecord[M], B <: BsonRecord[B]](f: BsonRecordListField[M, B])(implicit mf: Manifest[B]): BsonRecordListModifyField[M, B]

    Permalink
  11. implicit def bsonRecordListFieldToBsonRecordListQueryField[M <: BsonRecord[M], B <: BsonRecord[B]](f: BsonRecordListField[M, B]): BsonRecordListQueryField[M, B]

    Permalink
  12. implicit def ccFieldToQueryField[M <: BsonRecord[M], F](f: MongoCaseClassField[M, F]): CaseClassQueryField[F, M]

    Permalink
  13. implicit def ccListFieldToListModifyField[M <: BsonRecord[M], V](f: MongoCaseClassListField[M, V]): CaseClassListModifyField[V, M]

    Permalink
  14. implicit def ccListFieldToListQueryField[M <: BsonRecord[M], F](f: MongoCaseClassListField[M, F]): CaseClassListQueryField[F, M]

    Permalink
  15. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. implicit def dateFieldToDateModifyField[M <: BsonRecord[M]](f: Field[Date, M]): DateModifyField[M]

    Permalink
  17. implicit def dateFieldToDateQueryField[M <: BsonRecord[M]](f: Field[Date, M]): DateQueryField[M]

    Permalink
  18. implicit def doubleFieldToNumericModifyField[M <: BsonRecord[M]](f: Field[Double, M]): NumericModifyField[Double, M]

    Permalink
  19. implicit def doubleFieldtoNumericQueryField[M <: BsonRecord[M], F](f: Field[Double, M]): NumericQueryField[Double, M]

    Permalink
  20. implicit def enumFieldToEnumNameQueryField[M <: BsonRecord[M], F <: Value](f: Field[F, M]): EnumNameQueryField[M, F]

    Permalink
  21. implicit def enumFieldToEnumQueryField[M <: BsonRecord[M], F <: Enumeration](f: EnumField[M, F]): EnumIdQueryField[M, enumFieldToEnumQueryField.F.Value]

    Permalink
  22. implicit def enumerationFieldToEnumerationModifyField[M <: BsonRecord[M], F <: Value](f: Field[F, M]): EnumerationModifyField[M, F]

    Permalink
  23. implicit def enumerationListFieldToEnumerationListModifyField[M <: BsonRecord[M], F <: Value](f: Field[List[F], M]): EnumerationListModifyField[F, M]

    Permalink
  24. implicit def enumerationListFieldToEnumerationListQueryField[M <: BsonRecord[M], F <: Value](f: Field[List[F], M]): EnumerationListQueryField[F, M]

    Permalink
  25. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  27. implicit def fieldToModifyField[M <: BsonRecord[M], F](f: Field[F, M])(implicit arg0: BSONType[F]): ModifyField[F, M]

    Permalink
  28. implicit def fieldToQueryField[M <: BsonRecord[M], F](f: Field[F, M])(implicit arg0: BSONType[F]): QueryField[F, M]

    Permalink
  29. implicit def fieldToSafeModifyField[M <: BsonRecord[M], F](f: Field[F, M]): SafeModifyField[F, M]

    Permalink
  30. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  31. implicit def findAndModifyQueryToLiftFindAndModifyQuery[M <: MongoRecord[_], R](query: FindAndModifyQuery[M, R]): ExecutableFindAndModifyQuery[MongoRecord[_] with MongoMetaRecord[_], M with MongoMetaRecord[_], MongoRecord[_], R]

    Permalink
  32. implicit def foreignObjectIdFieldToForeignObjectIdQueryField[M <: BsonRecord[M], T <: MongoRecord[T] with ObjectIdKey[T]](f: Field[ObjectId, M] with HasMongoForeignObjectId[T]): ForeignObjectIdQueryField[ObjectId, M, T]

    Permalink
  33. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  34. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  35. implicit def intFieldToIntModifyField[M <: BsonRecord[M]](f: Field[Int, M]): NumericModifyField[Int, M]

    Permalink
  36. implicit def intFieldtoNumericQueryField[M <: BsonRecord[M], F](f: Field[Int, M]): NumericQueryField[Int, M]

    Permalink
  37. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  38. implicit def latLongFieldToGeoQueryField[M <: BsonRecord[M]](f: Field[LatLong, M]): GeoQueryField[M]

    Permalink
  39. implicit def latLongFieldToGeoQueryModifyField[M <: BsonRecord[M]](f: Field[LatLong, M]): GeoModifyField[M]

    Permalink
  40. implicit def liftField2Recordv2Field[M <: Record[M], V](f: Field[V, M]): Field[V, M]

    Permalink
  41. implicit def listFieldToListModifyField[M <: BsonRecord[M], F](f: Field[List[F], M])(implicit arg0: BSONType[F]): ListModifyField[F, M]

    Permalink
  42. implicit def listFieldToListQueryField[M <: BsonRecord[M], F](f: Field[List[F], M])(implicit arg0: BSONType[F]): ListQueryField[F, M]

    Permalink
  43. implicit def longFieldToNumericModifyField[M <: BsonRecord[M]](f: Field[Long, M]): NumericModifyField[Long, M]

    Permalink
  44. implicit def longFieldtoNumericQueryField[M <: BsonRecord[M], F <: Long](f: Field[F, M]): NumericQueryField[F, M]

    Permalink
  45. implicit def mandatoryFieldToSelectField[M <: BsonRecord[M], V](f: Field[V, M] with MandatoryTypedField[V]): SelectField[V, M]

    Permalink
  46. implicit def mandatoryLiftField2RequiredRecordv2Field[M <: BsonRecord[M], V](f: Field[V, M] with MandatoryTypedField[V]): RequiredField[V, M]

    Permalink
  47. implicit def mapFieldToMapModifyField[M <: BsonRecord[M], F](f: Field[Map[String, F], M]): MapModifyField[F, M]

    Permalink
  48. implicit def mapFieldToMapQueryField[M <: BsonRecord[M], F](f: Field[Map[String, F], M]): MapQueryField[F, M]

    Permalink
  49. implicit def metaRecordToIndexBuilder[M <: MongoRecord[M]](rec: M with MongoMetaRecord[M]): IndexBuilder[M]

    Permalink
  50. implicit def metaRecordToLiftQuery[M <: MongoRecord[M]](rec: M with MongoMetaRecord[M]): ExecutableQuery[MongoRecord[_] with MongoMetaRecord[_], M with MongoMetaRecord[_], MongoRecord[_], M, InitialState]

    Permalink
  51. implicit def metaRecordToQueryBuilder[M <: MongoRecord[M]](rec: M with MongoMetaRecord[M]): Query[M, M, InitialState]

    Permalink
  52. implicit def metaRecordToTextIndexBuilder[M <: MongoRecord[M]](rec: M with MongoMetaRecord[M]): TextIndexBuilder[M]

    Permalink
  53. implicit def modifyQueryToLiftModifyQuery[M <: MongoRecord[_], State](query: ModifyQuery[M, State]): ExecutableModifyQuery[MongoRecord[_] with MongoMetaRecord[_], M with MongoMetaRecord[_], MongoRecord[_], State]

    Permalink
  54. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  55. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  56. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  57. implicit def objectIdFieldToObjectIdQueryField[M <: BsonRecord[M], F <: ObjectId](f: Field[F, M]): ObjectIdQueryField[F, M]

    Permalink
  58. implicit def optionalFieldToSelectField[M <: BsonRecord[M], V](f: Field[V, M] with OptionalTypedField[V]): SelectField[Option[V], M]

    Permalink
  59. implicit def queryToLiftQuery[M <: MongoRecord[_], R, State](query: Query[M, R, State])(implicit ev: ShardingOk[M with MongoMetaRecord[_], State]): ExecutableQuery[MongoRecord[_] with MongoMetaRecord[_], M with MongoMetaRecord[_], MongoRecord[_], R, State]

    Permalink
  60. implicit def rbsonRecordFieldToBsonRecordQueryField[M <: BsonRecord[M], B <: BsonRecord[B]](f: Field[B, M]): BsonRecordQueryField[M, B]

    Permalink
  61. implicit def stringFieldToStringQueryField[F <: String, M <: BsonRecord[M]](f: Field[F, M]): StringQueryField[F, M]

    Permalink
  62. implicit def stringsListFieldToStringsListQueryField[M <: BsonRecord[M]](f: Field[List[String], M]): StringsListQueryField[M]

    Permalink
  63. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  64. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  65. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  66. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  67. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped