Packages

object InterimELBP

Factory and extractor for InterimLBP objects. The extractor also matches InterimLUBP objects, but will throw an exception for InterimUBP objects. If you want to match final and interim objects at the same time use the E(LB|UB)PS extractors.

Source
EOptionP.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InterimELBP
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply[E <: Entity, P <: Property](e: E, ub: P): InterimELBP[E, P]
  2. def unapply[E <: Entity, P >: Null <: Property](eps: InterimEP[E, P]): Some[(E, P)]