Skip to content

coreyoconnor/all-of-type

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages