Index
A
-
accept(this, args...): function in augmentation gololang.StandardAugmentations.gololang.FunctionReference
-
adapter: struct in module gololang.Adapters
-
Adapter(): function in module gololang.Adapters
-
add(this, kv): function in augmentation gololang.StandardAugmentations.java.util.Map
-
add(value, element): function in module gololang.Functions
-
add(this, key, value): function in augmentation gololang.StandardAugmentations.java.util.Map
-
addIfAbsent(this, key, value): function in augmentation gololang.StandardAugmentations.java.util.Map
-
addTo(element, value): function in module gololang.Functions
-
all(futures): function in module gololang.Async
-
and(a): function in module gololang.Functions
-
and(this, other): function in augmentation gololang.Errors.java.util.Optional
-
andThen(this, f): function in augmentation gololang.Errors.java.util.Optional
-
any(): function in module gololang.Decorators
-
any(futures): function in module gololang.Async
-
append(this, element): function in augmentation gololang.StandardAugmentations.java.util.List
-
append(this, head, tail...): function in augmentation gololang.StandardAugmentations.java.util.List
-
apply(this, arg): function in augmentation gololang.Errors.java.util.Optional
-
apply(this, args...): function in augmentation gololang.StandardAugmentations.gololang.FunctionReference
-
asChecker(f, m): function in module gololang.Decorators
-
asLazyList(this): function in augmentation gololang.LazyLists.java.lang.Iterable
-
asLazyList(this): function in augmentation gololang.LazyLists.java.util.Iterator
B
-
bg_black(): function in module gololang.AnsiCodes
-
bg_blue(): function in module gololang.AnsiCodes
-
bg_cyan(): function in module gololang.AnsiCodes
-
bg_green(): function in module gololang.AnsiCodes
-
bg_magenta(): function in module gololang.AnsiCodes
-
bg_red(): function in module gololang.AnsiCodes
-
bg_white(): function in module gololang.AnsiCodes
-
bg_yellow(): function in module gololang.AnsiCodes
-
blink(): function in module gololang.AnsiCodes
-
bold(): function in module gololang.AnsiCodes
C
D
E
-
each(this, func): function in augmentation gololang.StandardAugmentations.java.lang.Iterable
-
each(this, func): function in augmentation gololang.StandardAugmentations.java.util.Map
-
either(this, mapping, default): function in augmentation gololang.Errors.java.util.Optional
-
Empty(): function in module gololang.Errors
-
emptyList(): function in module gololang.LazyLists
-
enqueue(this, fun): function in augmentation gololang.Async.java.util.concurrent.ExecutorService
-
eq(a, b): function in module gololang.Functions
-
erase_display(): function in module gololang.AnsiCodes
-
erase_line(): function in module gololang.AnsiCodes
-
Error(message): function in module gololang.Errors
-
even(a): function in module gololang.Functions
-
exclude(this, element): function in augmentation gololang.StandardAugmentations.java.util.Set
-
exclude(this, first, rest...): function in augmentation gololang.StandardAugmentations.java.util.Set
-
exists(this, pred): function in augmentation gololang.StandardAugmentations.java.lang.Iterable
-
exists(this, pred): function in augmentation gololang.StandardAugmentations.java.util.Map
-
extends(this, className): function in augmentation gololang.Adapters.gololang.Adapters.types.adapter
F
-
failedFuture(throwable): function in module gololang.Async
-
fallbackTo(this, future): function in augmentation gololang.Async.gololang.Async.types.FutureBridge
-
fallbackTo(this, future): function in augmentation gololang.Async.gololang.concurrent.async.Future
-
False(_...): function in module gololang.Functions
-
fg_black(): function in module gololang.AnsiCodes
-
fg_blue(): function in module gololang.AnsiCodes
-
fg_cyan(): function in module gololang.AnsiCodes
-
fg_green(): function in module gololang.AnsiCodes
-
fg_magenta(): function in module gololang.AnsiCodes
-
fg_red(): function in module gololang.AnsiCodes
-
fg_white(): function in module gololang.AnsiCodes
-
fg_yellow(): function in module gololang.AnsiCodes
-
filter(this, pred): function in augmentation gololang.Async.gololang.Async.types.FutureBridge
-
filter(this, pred): function in augmentation gololang.Async.gololang.concurrent.async.Future
-
filter(this, func): function in augmentation gololang.StandardAugmentations.gololang.Tuple
-
filter(this, pred): function in augmentation gololang.StandardAugmentations.java.util.List
-
filter(this, pred): function in augmentation gololang.StandardAugmentations.java.util.Map
-
filter(this, pred): function in augmentation gololang.StandardAugmentations.java.util.Set
-
filter(this, pred): function in augmentation gololang.LazyLists.gololang.LazyList
-
find(this, pred): function in augmentation gololang.StandardAugmentations.gololang.Tuple
-
find(this, pred): function in augmentation gololang.StandardAugmentations.java.util.List
-
find(this, pred): function in augmentation gololang.StandardAugmentations.java.util.Map
-
find(this, pred): function in augmentation gololang.StandardAugmentations.java.util.Set
-
find(this, pred): function in augmentation gololang.LazyLists.gololang.LazyList
-
flatMap(this, fun): function in augmentation gololang.Async.gololang.Async.types.FutureBridge
-
flatMap(this, fun): function in augmentation gololang.Async.gololang.concurrent.async.Future
-
flattened(this): function in augmentation gololang.Errors.java.util.Optional
-
foldl(this, func, zero): function in augmentation gololang.LazyLists.gololang.LazyList
-
foldr(this, func, zero): function in augmentation gololang.LazyLists.gololang.LazyList
-
format(this, args...): function in augmentation gololang.StandardAugmentations.java.lang.String
-
fromIter(it): function in module gololang.LazyLists
-
fst(t): function in module gololang.Functions
-
FutureBridge: struct in module gololang.Async
G
H
-
has(this, element): function in augmentation gololang.StandardAugmentations.java.util.Set
-
has(this, first, rest...): function in augmentation gololang.StandardAugmentations.java.util.Set
-
head(this): function in augmentation gololang.StandardAugmentations.java.lang.CharSequence
-
head(this): function in augmentation gololang.StandardAugmentations.java.util.List
I
-
id(x): function in module gololang.Functions
-
implements(this, methodName, closure): function in augmentation gololang.Adapters.gololang.Adapters.types.adapter
-
include(this, element): function in augmentation gololang.StandardAugmentations.java.util.Set
-
include(this, first, rest...): function in augmentation gololang.StandardAugmentations.java.util.Set
-
initialize(this, closure): function in augmentation gololang.Async.gololang.concurrent.async.Promise
-
initializeWithinThread(this, closure): function in augmentation gololang.Async.gololang.concurrent.async.Promise
-
insert(this, index, element): function in augmentation gololang.StandardAugmentations.java.util.List
-
interfaces(this, interfacesTuple): function in augmentation gololang.Adapters.gololang.Adapters.types.adapter
-
invokeWith(args...): function in module gololang.Functions
-
io(block): function in module gololang.Functions
-
is(ref, obj): function in module gololang.Functions
-
isEmpty(this): function in augmentation gololang.Errors.java.util.Optional
-
isEmpty(this): function in augmentation gololang.StandardAugmentations.java.lang.CharSequence
-
isEmpty(o): function in module gololang.Functions
-
isNegative(): function in module gololang.Decorators
-
isNone(this): function in augmentation gololang.Errors.java.util.Optional
-
isNotNull(): function in module gololang.Decorators
-
isnt(ref, obj): function in module gololang.Functions
-
isNumber(): function in module gololang.Decorators
-
isOfType(t): function in module gololang.Decorators
-
isPositive(): function in module gololang.Decorators
-
isSome(this): function in augmentation gololang.Errors.java.util.Optional
-
isSome(this, value): function in augmentation gololang.Errors.java.util.Optional
-
isString(): function in module gololang.Decorators
-
iterate(zero, func): function in module gololang.LazyLists
-
iterator(this): function in augmentation gololang.Errors.java.util.Optional
J
L
M
-
maker(this): function in augmentation gololang.Adapters.gololang.Adapters.types.adapter
-
map(this, fun): function in augmentation gololang.Async.gololang.Async.types.FutureBridge
-
map(this, fun): function in augmentation gololang.Async.gololang.concurrent.async.Future
-
map(this, func): function in augmentation gololang.StandardAugmentations.gololang.Tuple
-
map(this, func): function in augmentation gololang.StandardAugmentations.java.util.List
-
map(this, func): function in augmentation gololang.StandardAugmentations.java.util.Map
-
map(this, func): function in augmentation gololang.StandardAugmentations.java.util.Set
-
map(this, func): function in augmentation gololang.LazyLists.gololang.LazyList
-
memoizer(): function in module gololang.Decorators
-
mod(a, b): function in module gololang.Functions
-
mul(x, y): function in module gololang.Functions
N
-
ne(a, b): function in module gololang.Functions
-
neg(x): function in module gololang.Functions
-
newInstance(this): function in augmentation gololang.Adapters.gololang.Adapters.types.adapter
-
newInstance(this, args...): function in augmentation gololang.Adapters.gololang.Adapters.types.adapter
-
newWithSameType(this): function in augmentation gololang.StandardAugmentations.java.util.Collection
-
newWithSameType(this): function in augmentation gololang.StandardAugmentations.java.util.Map
-
None(): function in module gololang.Errors
-
not(a): function in module gololang.Functions
-
Null(_...): function in module gololang.Functions
-
nullify(f): function in module gololang.Errors
O
P
R
-
raising(f): function in module gololang.Errors
-
rdiv(x, y): function in module gololang.Functions
-
recur(f): function in module gololang.Functions
-
reduce(futures, init, reducer): function in module gololang.Async
-
reduce(this, init, func): function in augmentation gololang.Errors.java.util.Optional
-
reduce(this, initialValue, func): function in augmentation gololang.StandardAugmentations.java.lang.Iterable
-
reduce(this, initialValue, func): function in augmentation gololang.StandardAugmentations.java.util.Map
-
removeAt(this, idx): function in augmentation gololang.StandardAugmentations.java.util.List
-
repeat(value): function in module gololang.LazyLists
-
reset(): function in module gololang.AnsiCodes
-
Result(v): function in module gololang.Errors
-
result(f): function in module gololang.Errors
-
reverse(this): function in augmentation gololang.StandardAugmentations.java.util.List
-
reverse_video(): function in module gololang.AnsiCodes
-
reversed(this): function in augmentation gololang.StandardAugmentations.java.util.List
-
rmod(a, b): function in module gololang.Functions
-
rpow(a, b): function in module gololang.Functions
-
rsub(x, y): function in module gololang.Functions
S
T
U
V
W
X
-
xor(a, b): function in module gololang.Functions
_
-
_goloFuture: member in struct gololang.Async.FutureBridge
-
_javaFuture: member in struct gololang.Async.FutureBridge