L - M - R - @Beta @SequentialOnly @Stateful public abstract static class NoCachingNoUpdating.DisposableTriple<L,M,R> extends Object implements NoCachingNoUpdating
clone()/copy().NoCachingNoUpdating.DisposableArray<T>, NoCachingNoUpdating.DisposableDeque<T>, NoCachingNoUpdating.DisposableEntry<K,V>, NoCachingNoUpdating.DisposableObjArray, NoCachingNoUpdating.DisposablePair<L,R>, NoCachingNoUpdating.DisposableTriple<L,M,R>| Constructor and Description |
|---|
DisposableTriple() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(TriConsumer<? super L,? super M,? super R> action) |
<U> U |
apply(TriFunction<? super L,? super M,? super R,U> func) |
Triple<L,M,R> |
copy() |
abstract L |
left() |
abstract M |
middle() |
abstract R |
right() |
String |
toString() |
static <L,M,R> NoCachingNoUpdating.DisposableTriple<L,M,R> |
wrap(Triple<L,M,R> p) |
public static <L,M,R> NoCachingNoUpdating.DisposableTriple<L,M,R> wrap(Triple<L,M,R> p)
L - M - R - p - public abstract L left()
public abstract M middle()
public abstract R right()
public <U> U apply(TriFunction<? super L,? super M,? super R,U> func)
public void accept(TriConsumer<? super L,? super M,? super R> action)
Copyright © 2021. All rights reserved.