Last active
August 29, 2015 14:20
-
-
Save maowug/c3e66463f68e19a94ddb to your computer and use it in GitHub Desktop.
➜ src javap CASEPerson$ Compiled from "CASEPerson.scala"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public final class CASEPerson$ extends scala.runtime.AbstractFunction1<java.lang.String, CASEPerson> implements scala.Serializable { | |
public static final CASEPerson$ MODULE$; | |
public static {}; | |
public final java.lang.String toString(); | |
public CASEPerson apply(java.lang.String); | |
public scala.Option<java.lang.String> unapply(CASEPerson); | |
public java.lang.Object apply(java.lang.Object); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment