this.isMin.uk
yield는 syntax sugar라고 한다.
for( x <- c ) yield {...} c.map(x => {....})
생각보다 많은곳에서 사용할 수 있는것 같다.
출처