Package | Description |
---|---|
org.wandora.application.gui.previews | |
org.wandora.utils |
Modifier and Type | Field and Description |
---|---|
private static Functional.Fn0<SimpleFileChooser> |
PreviewUtils.makeChooser |
Modifier and Type | Method and Description |
---|---|
static <R,T0> Functional.Fn0<R> |
Functional.partial(Functional.Fn1<R,T0> fn,
T0 t0) |
Modifier and Type | Method and Description |
---|---|
T |
Option.getOrElse(Functional.Fn0<? extends T> f)
Gets the value of this Option or if no value exists returns the result of f
|
<R> R |
Option.mapOrElse(Delegate<R,? super T> f,
Functional.Fn0<R> g)
Maps the value through f or if no value exists returns the result of g
|
<R> R |
Option.mapOrElse(Functional.Fn1<R,? super T> f,
Functional.Fn0<R> g)
Maps the value through f or if no value exists returns the result of g
|
Copyright 2004-2015 Wandora Team