final class org.eclipse.collections.impl.block.factory.Predicates2$AttributePredicates2<T, P> extends org.eclipse.collections.impl.block.factory.Predicates2<T, P>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: org.eclipse.collections.impl.block.factory.Predicates2$AttributePredicates2
super_class: org.eclipse.collections.impl.block.factory.Predicates2
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 1
private final org.eclipse.collections.api.block.function.Function<? super T, ? extends P> function;
descriptor: Lorg/eclipse/collections/api/block/function/Function;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lorg/eclipse/collections/api/block/function/Function<-TT;+TP;>;
private final org.eclipse.collections.api.block.predicate.Predicate2<? super P, ? super P> predicate;
descriptor: Lorg/eclipse/collections/api/block/predicate/Predicate2;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lorg/eclipse/collections/api/block/predicate/Predicate2<-TP;-TP;>;
private void <init>(org.eclipse.collections.api.block.function.Function<? super T, ? extends P>, org.eclipse.collections.api.block.predicate.Predicate2<? super P, ? super P>);
descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/predicate/Predicate2;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial org.eclipse.collections.impl.block.factory.Predicates2.<init>:()V
1: aload 0
aload 1
putfield org.eclipse.collections.impl.block.factory.Predicates2$AttributePredicates2.function:Lorg/eclipse/collections/api/block/function/Function;
2: aload 0
aload 2
putfield org.eclipse.collections.impl.block.factory.Predicates2$AttributePredicates2.predicate:Lorg/eclipse/collections/api/block/predicate/Predicate2;
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/eclipse/collections/impl/block/factory/Predicates2$AttributePredicates2<TT;TP;>;
0 4 1 function Lorg/eclipse/collections/api/block/function/Function<-TT;+TP;>;
0 4 2 predicate Lorg/eclipse/collections/api/block/predicate/Predicate2<-TP;-TP;>;
Signature: (Lorg/eclipse/collections/api/block/function/Function<-TT;+TP;>;Lorg/eclipse/collections/api/block/predicate/Predicate2<-TP;-TP;>;)V
MethodParameters:
Name Flags
function
predicate
public boolean accept(T, );
descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.block.factory.Predicates2$AttributePredicates2.predicate:Lorg/eclipse/collections/api/block/predicate/Predicate2;
aload 0
getfield org.eclipse.collections.impl.block.factory.Predicates2$AttributePredicates2.function:Lorg/eclipse/collections/api/block/function/Function;
aload 1
invokeinterface org.eclipse.collections.api.block.function.Function.valueOf:(Ljava/lang/Object;)Ljava/lang/Object;
aload 2
invokeinterface org.eclipse.collections.api.block.predicate.Predicate2.accept:(Ljava/lang/Object;Ljava/lang/Object;)Z
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/block/factory/Predicates2$AttributePredicates2<TT;TP;>;
0 1 1 each TT;
0 1 2 injectedValue TP;
Signature: (TT;TP;)Z
MethodParameters:
Name Flags
each
injectedValue
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: new java.lang.StringBuilder
dup
invokespecial java.lang.StringBuilder.<init>:()V
aload 0
getfield org.eclipse.collections.impl.block.factory.Predicates2$AttributePredicates2.function:Lorg/eclipse/collections/api/block/function/Function;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
ldc " "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
getfield org.eclipse.collections.impl.block.factory.Predicates2$AttributePredicates2.predicate:Lorg/eclipse/collections/api/block/predicate/Predicate2;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/block/factory/Predicates2$AttributePredicates2<TT;TP;>;
}
Signature: <T:Ljava/lang/Object;P:Ljava/lang/Object;>Lorg/eclipse/collections/impl/block/factory/Predicates2<TT;TP;>;
SourceFile: "Predicates2.java"
NestHost: org.eclipse.collections.impl.block.factory.Predicates2
InnerClasses:
private final AttributePredicates2 = org.eclipse.collections.impl.block.factory.Predicates2$AttributePredicates2 of org.eclipse.collections.impl.block.factory.Predicates2