public interface org.eclipse.collections.api.partition.bag.PartitionImmutableBagIterable<T> extends org.eclipse.collections.api.partition.PartitionImmutableCollection<T>, org.eclipse.collections.api.partition.bag.PartitionBag<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.eclipse.collections.api.partition.bag.PartitionImmutableBagIterable
  super_class: java.lang.Object
{
  public abstract org.eclipse.collections.api.bag.ImmutableBagIterable<T> getSelected();
    descriptor: ()Lorg/eclipse/collections/api/bag/ImmutableBagIterable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lorg/eclipse/collections/api/bag/ImmutableBagIterable<TT;>;

  public abstract org.eclipse.collections.api.bag.ImmutableBagIterable<T> getRejected();
    descriptor: ()Lorg/eclipse/collections/api/bag/ImmutableBagIterable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lorg/eclipse/collections/api/bag/ImmutableBagIterable<TT;>;

  public org.eclipse.collections.api.RichIterable getRejected();
    descriptor: ()Lorg/eclipse/collections/api/RichIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokeinterface org.eclipse.collections.api.partition.bag.PartitionImmutableBagIterable.getRejected:()Lorg/eclipse/collections/api/bag/ImmutableBagIterable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.ImmutableCollection getRejected();
    descriptor: ()Lorg/eclipse/collections/api/collection/ImmutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokeinterface org.eclipse.collections.api.partition.bag.PartitionImmutableBagIterable.getRejected:()Lorg/eclipse/collections/api/bag/ImmutableBagIterable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.Bag getRejected();
    descriptor: ()Lorg/eclipse/collections/api/bag/Bag;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokeinterface org.eclipse.collections.api.partition.bag.PartitionImmutableBagIterable.getRejected:()Lorg/eclipse/collections/api/bag/ImmutableBagIterable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.RichIterable getSelected();
    descriptor: ()Lorg/eclipse/collections/api/RichIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokeinterface org.eclipse.collections.api.partition.bag.PartitionImmutableBagIterable.getSelected:()Lorg/eclipse/collections/api/bag/ImmutableBagIterable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.ImmutableCollection getSelected();
    descriptor: ()Lorg/eclipse/collections/api/collection/ImmutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokeinterface org.eclipse.collections.api.partition.bag.PartitionImmutableBagIterable.getSelected:()Lorg/eclipse/collections/api/bag/ImmutableBagIterable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.bag.Bag getSelected();
    descriptor: ()Lorg/eclipse/collections/api/bag/Bag;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokeinterface org.eclipse.collections.api.partition.bag.PartitionImmutableBagIterable.getSelected:()Lorg/eclipse/collections/api/bag/ImmutableBagIterable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lorg/eclipse/collections/api/partition/PartitionImmutableCollection<TT;>;Lorg/eclipse/collections/api/partition/bag/PartitionBag<TT;>;
SourceFile: "PartitionImmutableBagIterable.java"