Skip to content

Instantly share code, notes, and snippets.

@djspiewak
Created May 12, 2019 03:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save djspiewak/573c4c828d32f149479541729598b80f to your computer and use it in GitHub Desktop.
Save djspiewak/573c4c828d32f149479541729598b80f to your computer and use it in GitHub Desktop.
~/Development/slamdata λ javap -cp $(coursier fetch -p org.specs2:specs2-core_2.12:4.3.6) 'org.specs2.specification.dsl.mutable.ExampleDsl0$BlockExample0'
Compiled from "ExampleDsl.scala"
public class org.specs2.specification.dsl.mutable.ExampleDsl0$BlockExample0 {
public final org.specs2.specification.dsl.mutable.ExampleDsl0 $outer;
public org.specs2.specification.core.Fragment $greater$greater(scala.Function0<org.specs2.specification.core.Fragment>);
public org.specs2.specification.core.Fragments $greater$greater(scala.Function0<org.specs2.specification.core.Fragments>, org.specs2.control.ImplicitParameters$ImplicitParam1);
public <R> org.specs2.specification.core.Fragment $greater$greater(scala.Function0<R>, org.specs2.specification.core.AsExecution<R>);
public org.specs2.specification.core.Fragment should(scala.Function0<org.specs2.specification.core.Fragment>);
public org.specs2.specification.core.Fragments should(scala.Function0<org.specs2.specification.core.Fragments>, org.specs2.control.ImplicitParameters$ImplicitParam1);
public org.specs2.specification.core.Fragments can(scala.Function0<org.specs2.specification.core.Fragments>, org.specs2.control.ImplicitParameters$ImplicitParam1);
public org.specs2.specification.core.Fragment can(scala.Function0<org.specs2.specification.core.Fragment>);
public <R> org.specs2.specification.core.Fragment in(scala.Function0<R>, org.specs2.specification.core.AsExecution<R>);
public org.specs2.specification.dsl.mutable.ExampleDsl0 org$specs2$specification$dsl$mutable$ExampleDsl0$BlockExample0$$$outer();
public static final org.specs2.specification.core.Fragment $anonfun$$greater$greater$5(org.specs2.specification.dsl.mutable.ExampleDsl0$BlockExample0, scala.Function0);
public static final org.specs2.specification.core.Fragments $anonfun$$greater$greater$6(org.specs2.specification.dsl.mutable.ExampleDsl0$BlockExample0, scala.Function0);
public static final org.specs2.specification.core.Fragment $anonfun$should$1(org.specs2.specification.dsl.mutable.ExampleDsl0$BlockExample0, scala.Function0);
public static final org.specs2.specification.core.Fragments $anonfun$should$2(org.specs2.specification.dsl.mutable.ExampleDsl0$BlockExample0, scala.Function0);
public static final org.specs2.specification.core.Fragments $anonfun$can$1(org.specs2.specification.dsl.mutable.ExampleDsl0$BlockExample0, scala.Function0);
public static final org.specs2.specification.core.Fragment $anonfun$can$2(org.specs2.specification.dsl.mutable.ExampleDsl0$BlockExample0, scala.Function0);
public org.specs2.specification.dsl.mutable.ExampleDsl0$BlockExample0(org.specs2.specification.dsl.mutable.ExampleDsl0, java.lang.String);
}
~/Development/slamdata λ javap -cp $(coursier fetch -p org.specs2:specs2-core_2.12:4.3.3) 'org.specs2.specification.dsl.mutable.ExampleDsl0$BlockExample0'
Compiled from "ExampleDsl.scala"
public class org.specs2.specification.dsl.mutable.ExampleDsl0$BlockExample0 {
public final org.specs2.specification.dsl.mutable.ExampleDsl0 $outer;
public org.specs2.specification.core.Fragment $greater$greater(scala.Function0<org.specs2.specification.core.Fragment>);
public org.specs2.specification.core.Fragments $greater$greater(scala.Function0<org.specs2.specification.core.Fragments>, org.specs2.control.ImplicitParameters$ImplicitParam1);
public <R> org.specs2.specification.core.Fragment $greater$greater(scala.Function0<R>, org.specs2.specification.core.AsExecution<R>);
public org.specs2.specification.core.Fragment should(scala.Function0<org.specs2.specification.core.Fragment>);
public org.specs2.specification.core.Fragments should(scala.Function0<org.specs2.specification.core.Fragments>, org.specs2.control.ImplicitParameters$ImplicitParam1);
public org.specs2.specification.core.Fragments can(scala.Function0<org.specs2.specification.core.Fragments>, org.specs2.control.ImplicitParameters$ImplicitParam1);
public org.specs2.specification.core.Fragment can(scala.Function0<org.specs2.specification.core.Fragment>);
public <R> org.specs2.specification.core.Fragment in(scala.Function0<R>, org.specs2.execute.AsResult<R>);
public org.specs2.specification.dsl.mutable.ExampleDsl0 org$specs2$specification$dsl$mutable$ExampleDsl0$BlockExample0$$$outer();
public static final org.specs2.specification.core.Fragment $anonfun$$greater$greater$5(org.specs2.specification.dsl.mutable.ExampleDsl0$BlockExample0, scala.Function0);
public static final org.specs2.specification.core.Fragments $anonfun$$greater$greater$6(org.specs2.specification.dsl.mutable.ExampleDsl0$BlockExample0, scala.Function0);
public static final org.specs2.specification.core.Fragment $anonfun$should$1(org.specs2.specification.dsl.mutable.ExampleDsl0$BlockExample0, scala.Function0);
public static final org.specs2.specification.core.Fragments $anonfun$should$2(org.specs2.specification.dsl.mutable.ExampleDsl0$BlockExample0, scala.Function0);
public static final org.specs2.specification.core.Fragments $anonfun$can$1(org.specs2.specification.dsl.mutable.ExampleDsl0$BlockExample0, scala.Function0);
public static final org.specs2.specification.core.Fragment $anonfun$can$2(org.specs2.specification.dsl.mutable.ExampleDsl0$BlockExample0, scala.Function0);
public org.specs2.specification.dsl.mutable.ExampleDsl0$BlockExample0(org.specs2.specification.dsl.mutable.ExampleDsl0, java.lang.String);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment