Uses of Annotation Interface
com.landawn.abacus.annotation.LazyEvaluation

Packages that use LazyEvaluation
  • Uses of LazyEvaluation in com.landawn.abacus.util

    Classes in com.landawn.abacus.util with annotations of type LazyEvaluation
    Modifier and Type
    Class
    Description
    class 
    The Stream will be automatically closed after execution(A terminal method is executed/triggered).
  • Uses of LazyEvaluation in com.landawn.abacus.util.stream

    Classes in com.landawn.abacus.util.stream with annotations of type LazyEvaluation
    Modifier and Type
    Interface
    Description
    interface 
    BaseStream<T,A,P,C,PL,OT,IT,ITER extends Iterator<T>,S extends BaseStream<T,A,P,C,PL,OT,IT,ITER,S>>
    The Stream will be automatically closed after execution(A terminal method is executed/triggered).
    class 
    The Stream will be automatically closed after execution(A terminal method is executed/triggered).
    class 
    The Stream will be automatically closed after execution(A terminal method is executed/triggered).
    class 
    The Stream will be automatically closed after execution(A terminal method is executed/triggered).
    final class 
    The Stream will be automatically closed after execution(A terminal method is executed/triggered).
    class 
    The Stream will be automatically closed after execution(A terminal method is executed/triggered).
    class 
    The Stream will be automatically closed after execution(A terminal method is executed/triggered).
    class 
    The Stream will be automatically closed after execution(A terminal method is executed/triggered).
    class 
    The Stream will be automatically closed after execution(A terminal method is executed/triggered).
    class 
    Note: This class includes codes copied from StreamEx: https://github.com/amaembo/streamex under Apache License, version 2.0.