Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

all-of-type

EG:

@AllOfType
object Foo {
  val x: String = "ASDAS"
  val y = "ASDAS"
  val all: Seq[String] = AllOfType.derive
}

Will result in the all value being implemented as Seq(x, y).

Use in your project

Probably the best way: Copy and paste. Modify to suite your needs.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages