danijoo
07/31/2016, 2:13 PMnew Function0<Unit>() {
@Override
public Unit invoke() {
// do stuff
return Unit.INSTANCE;
}
}