public class org.eclipse.collections.impl.block.factory.Predicates$AnySatisfy<T> extends org.eclipse.collections.impl.block.factory.Predicates<java.lang.Iterable<T>>
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.eclipse.collections.impl.block.factory.Predicates$AnySatisfy
super_class: org.eclipse.collections.impl.block.factory.Predicates
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 1
private final org.eclipse.collections.api.block.predicate.Predicate<? super T> predicate;
descriptor: Lorg/eclipse/collections/api/block/predicate/Predicate;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
public void <init>(org.eclipse.collections.api.block.predicate.Predicate<? super T>);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial org.eclipse.collections.impl.block.factory.Predicates.<init>:()V
1: aload 0
aload 1
putfield org.eclipse.collections.impl.block.factory.Predicates$AnySatisfy.predicate:Lorg/eclipse/collections/api/block/predicate/Predicate;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/block/factory/Predicates$AnySatisfy<TT;>;
0 3 1 predicate Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;)V
MethodParameters:
Name Flags
predicate
public boolean accept(java.lang.Iterable<T>);
descriptor: (Ljava/lang/Iterable;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
aload 0
getfield org.eclipse.collections.impl.block.factory.Predicates$AnySatisfy.predicate:Lorg/eclipse/collections/api/block/predicate/Predicate;
invokestatic org.eclipse.collections.impl.utility.Iterate.anySatisfy:(Ljava/lang/Iterable;Lorg/eclipse/collections/api/block/predicate/Predicate;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/block/factory/Predicates$AnySatisfy<TT;>;
0 1 1 iterable Ljava/lang/Iterable<TT;>;
Signature: (Ljava/lang/Iterable<TT;>;)Z
MethodParameters:
Name Flags
iterable
public boolean accept(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast java.lang.Iterable
invokevirtual org.eclipse.collections.impl.block.factory.Predicates$AnySatisfy.accept:(Ljava/lang/Iterable;)Z
ireturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: <T:Ljava/lang/Object;>Lorg/eclipse/collections/impl/block/factory/Predicates<Ljava/lang/Iterable<TT;>;>;
SourceFile: "Predicates.java"
NestHost: org.eclipse.collections.impl.block.factory.Predicates
InnerClasses:
public AnySatisfy = org.eclipse.collections.impl.block.factory.Predicates$AnySatisfy of org.eclipse.collections.impl.block.factory.Predicates