Class NoCachingNoUpdating.DisposableTriple<L,M,R>

java.lang.Object
com.landawn.abacus.util.NoCachingNoUpdating.DisposableTriple<L,M,R>
Type Parameters:
L -
M -
R -
All Implemented Interfaces:
NoCachingNoUpdating
Enclosing interface:
NoCachingNoUpdating

@Beta @SequentialOnly @Stateful public abstract static class NoCachingNoUpdating.DisposableTriple<L,M,R> extends Object implements NoCachingNoUpdating
One-off Object. No caching/saving in memory, No updating. To cache/save/update the Object, call clone()/copy().
Depends on context, it should be okay to cache/save the elements from the array, but never save or cache the Tripe itself.