Packages

t

bloop.config

SourceGeneratorCompanionPlatform

trait SourceGeneratorCompanionPlatform extends AbstractFunction3[List[SourcesGlobs], Path, List[String], SourceGenerator]

Linear Supertypes
AbstractFunction3[List[SourcesGlobs], Path, List[String], SourceGenerator], (List[SourcesGlobs], Path, List[String]) => SourceGenerator, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SourceGeneratorCompanionPlatform
  2. AbstractFunction3
  3. Function3
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def apply(v1: List[SourcesGlobs], v2: Path, v3: List[String]): SourceGenerator
    Definition Classes
    Function3

Concrete Value Members

  1. def curried: (List[SourcesGlobs]) => (Path) => (List[String]) => SourceGenerator
    Definition Classes
    Function3
    Annotations
    @unspecialized()
  2. def toString(): String
    Definition Classes
    Function3 → AnyRef → Any
  3. def tupled: ((List[SourcesGlobs], Path, List[String])) => SourceGenerator
    Definition Classes
    Function3
    Annotations
    @unspecialized()