Interface ClassesTransformer<T>

    • Method Detail

      • that

        ClassesTransformer<T> that​(DescribedPredicate<? super T> predicate)
        Can be used to further filter the transformation result.
        Parameters:
        predicate - Predicate to filter the collection of transformed objects
        Returns:
        A transformer that additionally filters the transformed result
      • as

        ClassesTransformer<T> as​(java.lang.String description)
        Parameters:
        description - A new description for this transformer
        Returns:
        A transformer for the same transformation with an adjusted description