Last active
August 29, 2015 14:20
-
-
Save maowug/ca12155e3289e6a904f0 to your computer and use it in GitHub Desktop.
CASEPerson.java
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 class CASEPerson implements scala.Product,scala.Serializable { | |
public static scala.Option<java.lang.String> unapply(CASEPerson); | |
public static <A> scala.Function1<java.lang.String, A> andThen(scala.Function1<CASEPerson, A>); | |
public static <A> scala.Function1<A, CASEPerson> compose(scala.Function1<A, java.lang.String>); | |
public java.lang.String name(); | |
public CASEPerson apply(java.lang.String); | |
public CASEPerson apply(); | |
public CASEPerson copy(java.lang.String); | |
public java.lang.String copy$default$1(); | |
public java.lang.String productPrefix(); | |
public int productArity(); | |
public java.lang.Object productElement(int); | |
public scala.collection.Iterator<java.lang.Object> productIterator(); | |
public boolean canEqual(java.lang.Object); | |
public int hashCode(); | |
public java.lang.String toString(); | |
public boolean equals(java.lang.Object); | |
public CASEPerson(java.lang.String); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment