Searched defs:Just (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/utils/
H A DFp.java80 * "Maybe a" either contains a value of type "a" (represented as "Just a"),
97 public static class Just<A> extends Maybe<A>{ class in class:Fp.Maybe
99 public Just(A a){ this.a = a; } method in class:Fp.Maybe.Just

Completed in 2664 milliseconds