object Stamps
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Stamps
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(products: Map[VirtualFileRef, xsbti.compile.analysis.Stamp], sources: Map[VirtualFileRef, xsbti.compile.analysis.Stamp], libraries: Map[VirtualFileRef, xsbti.compile.analysis.Stamp]): Stamps
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def empty: Stamps
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def initial(underlying: ReadStamps): ReadStamps
-
def
initial(prodStamp: (VirtualFileRef) ⇒ xsbti.compile.analysis.Stamp, srcStamp: (VirtualFile) ⇒ xsbti.compile.analysis.Stamp, libStamp: (VirtualFileRef) ⇒ xsbti.compile.analysis.Stamp): ReadStamps
Creates a ReadStamps instance that will calculate and cache the stamp for sources and binaries on the first request according to the provided
srcStamp
andbinStamp
functions.Creates a ReadStamps instance that will calculate and cache the stamp for sources and binaries on the first request according to the provided
srcStamp
andbinStamp
functions. Each stamp is calculated separately on demand. The stamp for a product is always recalculated. -
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def merge(stamps: Traversable[Stamps]): Stamps
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def timeWrapBinaryStamps(converter: FileConverter): ReadStamps
- def timeWrapBinaryStamps(underlying: ReadStamps, converter: FileConverter): ReadStamps
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def uncachedStamps(prodStamp: (VirtualFileRef) ⇒ xsbti.compile.analysis.Stamp, srcStamp: (VirtualFile) ⇒ xsbti.compile.analysis.Stamp, libStamp: (VirtualFileRef) ⇒ xsbti.compile.analysis.Stamp): ReadStamps
- def uncachedStamps(converter: FileConverter): ReadStamps
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()