Uses of Class
org.stjs.generator.utils.Option

Packages that use Option
org.stjs.generator.utils   
 

Uses of Option in org.stjs.generator.utils
 

Methods in org.stjs.generator.utils that return Option
static
<T> Option<T>
Option.none()
          Gets the none object for the given type.
static
<T> Option<T>
Option.of(T t)
          Wraps anything.
static
<T> Option<T>
Option.some(T t)
          Gets the some object wrapping the given value.
 



Copyright © 2014. All Rights Reserved.