Skip to content

Instantly share code, notes, and snippets.

View coacoas's full-sized avatar

Bill Carlson coacoas

View GitHub Profile
@coacoas
coacoas / OptionExample.java
Created June 28, 2012 21:00 — forked from ClintCombs/OptionExample.java
Using Scala's Option from Java
package net.ccombs.scalaFromJava;
import scala.Option;
import scala.Some;
import scala.runtime.AbstractFunction0;
/**
* OptionExample
*/
public class OptionExample {