Object DecoratorProviderFactory.Companion
-
- All Implemented Interfaces:
public class DecoratorProviderFactory.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static DecoratorProviderFactory.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final static DecoratorProviderFactorydefaultFactory(Function1<Decorator, Boolean> predicate)Creates the default DecoratorProviderFactory. -
-
Method Detail
-
defaultFactory
final static DecoratorProviderFactory defaultFactory(Function1<Decorator, Boolean> predicate)
Creates the default DecoratorProviderFactory.
-
-
-
-