Package 

Class AbstractModule

  • All Implemented Interfaces:
    kotlin.Function , kotlin.Function1 , org.danilopianini.upgradle.api.Module

    
    public abstract class AbstractModule
     implements Module 
                        
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String name
    • Method Summary

      Modifier and Type Method Description
      final <T extends Any> Sequence<T> filterByStrategy(Sequence<T> $self) Applies a filtering strategy to a sequence.
      String getName()
      • Methods inherited from class org.danilopianini.upgradle.api.Module

        invoke
      • Methods inherited from class kotlin.Function

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait