Sjmarf to Programmer [email protected] • 8 months agoIs this a Nut?media.gehirneimer.deimagemessage-square129fedilinkarrow-up11.3Karrow-down120
arrow-up11.28Karrow-down1imageIs this a Nut?media.gehirneimer.deSjmarf to Programmer [email protected] • 8 months agomessage-square129fedilink
minus-square@[email protected]linkfedilink5•8 months agoProvided your method specifies a strongly bound type you can ensure that you get your nut. void dischargeNut(T extends Nut) { ... }
Provided your method specifies a strongly bound type you can ensure that you get your nut.
void dischargeNut(T extends Nut) { ... }
strongly bound you say?