일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- reactive
- spring-batch
- confluent
- coursera
- kafkastreams
- kafka interactive query
- play framework
- Kafka
- statestore
- Elasticsearch
- aws
- RabbitMQ
- enablekafkastreams
- spring-kafka
- Slick
- scala 2.10
- avo
- spring-cloud-stream
- gradle
- Logstash
- Elk
- springboot
- Spring
- schema registry
- kafka streams
- kafkastream
- scala
- 플레이 프레임워크
- 한빛미디어
- 카프카
- Today
- Total
목록case class (2)
b
http://korean-nerdism.blogspot.kr/2012/12/scala-pattern-matching-case-class.html?spref=tw 를 보고 '아차' 놓친게 있나 보다. CaseClassExample.scala case class ClassExample(message: String) ClassExample.scala class ClassExample(message: String)두개의 파일을 작성하고, scalac 로 class파일을 생성하였다. 결과는 총 3개의 class파일이 나온다. CaseClassExample$ 가 컴패니언 클래스의 output으로 보인다. (마치 자바의 inner class처럼 $를 달고 1,481 CaseClassExample$.class 3,90..
case 가 있을 경우 case class Person(name:String, age:Int) Compiled from "helo.scala" public class Person extends java.lang.Object implements scala.Product,scala.Serializable{ public static final scala.Function1 tupled(); public static final scala.Function1 curry(); public static final scala.Function1 curried(); public scala.collection.Iterator productIterator(); public scala.collection.Iterator produ..