Skip to content

inverno/heisenberg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

heisenberg

A reflective, observer library.

Heisenberg allows you to react to any invocation performed on an object you observe.

Assuming that catView.update() prints "Cat has Changed!" to console :

Cat cat = when(cat).isInvoked(let(catView).update());
cat.doAnything();
//console : "Cat has Changed!"

About

A reflective, observer library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages