Package akka.japi
Class Option.Some$
- java.lang.Object
-
- akka.japi.Option.Some$
-
- All Implemented Interfaces:
java.io.Serializable
public static class Option.Some$ extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static Option.Some$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Some$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <A> Option.Some<A>
apply(A v)
java.lang.String
toString()
<A> scala.Option<A>
unapply(Option.Some<A> x$0)
-
-
-
Field Detail
-
MODULE$
public static final Option.Some$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
toString
public final java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
apply
public <A> Option.Some<A> apply(A v)
-
unapply
public <A> scala.Option<A> unapply(Option.Some<A> x$0)
-
-