Uses of Class
org.derive4j.processor.api.SamInterface
Packages that use SamInterface
-
Uses of SamInterface in org.derive4j.processor.api
Methods in org.derive4j.processor.api that return SamInterfaceModifier and TypeMethodDescriptionDeriveUtils.function0Model(Flavour flavour) DeriveUtils.function1Model(Flavour flavour) static SamInterfaceSamInterfaces.lazy(Supplier<SamInterface> samInterface) static SamInterfaceSamInterfaces.SamInterface(TypeElement samClass, ExecutableElement sam) Methods in org.derive4j.processor.api that return types with arguments of type SamInterfaceModifier and TypeMethodDescriptionstatic Function<SamInterface, SamInterface> SamInterfaces.modSam(Function<ExecutableElement, ExecutableElement> samMod) static Function<SamInterface, SamInterface> SamInterfaces.modSam(Function<ExecutableElement, ExecutableElement> samMod) static Function<SamInterface, SamInterface> SamInterfaces.modSamClass(Function<TypeElement, TypeElement> samClassMod) static Function<SamInterface, SamInterface> SamInterfaces.modSamClass(Function<TypeElement, TypeElement> samClassMod) DeriveUtils.samInterface(String qualifiedClassName) final <X> Function<SamInterface, X> SamInterfaces.CasesMatchers.TotalMatcher_SamInterface.SamInterface(org.derive4j.processor.api.SamInterface.Case<X> SamInterface) final <X> Function<SamInterface, X> SamInterfaces.CasesMatchers.TotalMatcher_SamInterface.SamInterface_(X x) static Function<SamInterface, SamInterface> SamInterfaces.setSam(ExecutableElement newSam) static Function<SamInterface, SamInterface> SamInterfaces.setSam(ExecutableElement newSam) static Function<SamInterface, SamInterface> SamInterfaces.setSamClass(TypeElement newSamClass) static Function<SamInterface, SamInterface> SamInterfaces.setSamClass(TypeElement newSamClass) Methods in org.derive4j.processor.api with parameters of type SamInterfaceModifier and TypeMethodDescriptionstatic ExecutableElementSamInterfaces.getSam(SamInterface samInterface) static TypeElementSamInterfaces.getSamClass(SamInterface samInterface) Method parameters in org.derive4j.processor.api with type arguments of type SamInterfaceModifier and TypeMethodDescriptionstatic SamInterfaceSamInterfaces.lazy(Supplier<SamInterface> samInterface)