Uses of Class
org.derive4j.processor.P2
Packages that use P2
-
Uses of P2 in org.derive4j.processor
Subclasses of P2 in org.derive4j.processorModifier and TypeClassDescriptionprivate static final class
P2s.Lazy<A,
B> private static final class
P2s.P2_<A,
B> Fields in org.derive4j.processor declared as P2Fields in org.derive4j.processor with type parameters of type P2Modifier and TypeFieldDescriptionDerivingProcessor.derivators
P2s.Lazy.expression
private final ArrayList
<P2<String, RuntimeException>> DerivingProcessor.remainingElements
Methods in org.derive4j.processor that return P2Modifier and TypeMethodDescriptionP2s.Lazy._evaluate()
static <A,
B> P2 <A, B> (package private) static <A,
B> P2 <A, B> P2.p2
(A a, B b) static <A,
B> P2 <A, B> P2s.P2
(A _1, B _2) Methods in org.derive4j.processor that return types with arguments of type P2Modifier and TypeMethodDescriptionprivate Map
<com.squareup.javapoet.ClassName, P2<Stream<DeriveMessage>, DerivedCodeSpec>> DerivingProcessor.derivedInstances
(AlgebraicDataType adt) (package private) Optional
<P2<TypeElement, DeriveConfig>> DeriveConfigBuilder.findDeriveConfig
(TypeElement typeElement) DerivingProcessor.loadDerivators
(DeriveUtils deriveUtils) P2s.CasesMatchers.TotalMatcher_P2.P2
(BiFunction<A, B, R> P2) P2s.CasesMatchers.TotalMatcher_P2.P2_
(R r) P2s.set_1
(RA new_1) P2s.set_1
(RA new_1) P2s.set_2
(RB new_2) P2s.set_2
(RB new_2) Utils.zipWithIndex
(List<? extends A> as) Methods in org.derive4j.processor with parameters of type P2Modifier and TypeMethodDescriptionstatic <A,
B> A static <A,
B> B Method parameters in org.derive4j.processor with type arguments of type P2Constructor parameters in org.derive4j.processor with type arguments of type P2