Relates :
|
|
Relates :
|
Allow cast where target type is an intersection type - example: (C & I1 & I2)foo As a side-effect, this enables an handy opt-in mechanism for denoting serializable lambdas: (Serializable & Predicate<String>)s->false;
|