| Package | Description |
|---|---|
| org.osgl |
| Modifier and Type | Class and Description |
|---|---|
static class |
Osgl.V1<P1> |
| Modifier and Type | Method and Description |
|---|---|
static <T> Osgl.Visitor<T> |
Osgl.guardedVisitor(Osgl.Function<? super T,Boolean> predicate,
Osgl.Function<? super T,?> visitor)
Return a composed visitor function that only applies when the guard predicate test returns
true |
static <T> Osgl.Visitor<T> |
Osgl.visitor(Osgl.Function<? super T,?> f)
Convert a
Function<? super T, Void> function into a Osgl.Visitor |
| Modifier and Type | Method and Description |
|---|---|
static <K,T> Osgl.IndexedVisitor<K,T> |
Osgl.indexGuardedVisitor(Osgl.Function<? super K,Boolean> guard,
Osgl.Visitor<? super T> visitor) |
Copyright © 2017. All Rights Reserved.