Packages

sealed abstract class FilePathGenerator extends (Long, Long) => Path

Source
model.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FilePathGenerator
  2. Function2
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def apply(v1: Long, v2: Long): Path
    Definition Classes
    Function2
  2. abstract def tempDirectory: String

Concrete Value Members

  1. def curried: (Long) => (Long) => Path
    Definition Classes
    Function2
    Annotations
    @unspecialized()
  2. def toString(): String
    Definition Classes
    Function2 → AnyRef → Any
  3. def tupled: ((Long, Long)) => Path
    Definition Classes
    Function2
    Annotations
    @unspecialized()